Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit ea7644b

Browse files
committed
Dockerfile: Use Glossary Mock by default
In MMT release 14, the Glossary backend does not yet exist. This commit updates the Dockerfile to default to a mock.json as the glossary url
1 parent 66f84bf commit ea7644b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM node as builder
55
ARG MMT_URL="/:mathhub/"
66
ARG BROWSER_ROUTER="/"
77
ARG NEWS_URL="/news.json"
8-
ARG GLOSSARY_URL="/glossary.json"
8+
ARG GLOSSARY_URL=""
99

1010
# Add all of the app into /app/
1111
ADD assets/ /app/assets/

0 commit comments

Comments
 (0)