Skip to content
Snippets Groups Projects
Commit 8bed0cdc authored by Julian Matschinske's avatar Julian Matschinske
Browse files

Fix base href

parent abb5a410
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ RUN npm install
COPY . /app/
RUN npm run build -- --prod --base-href=/covid19/
RUN npm run build -- --prod --base-href=/covex/
RUN cp -r dist/covid19/* /usr/share/nginx/html/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment