Skip to content
Snippets Groups Projects
Commit 9b4d8649 authored by Benedikt's avatar Benedikt
Browse files

added prefix in docker file for nginx revers proxy correct distribution of bokehJS

a
parent a8eba1e4
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,4 @@ RUN pip install --proxy=webproxy.bs.ptb.de:8080 --no-cache-dir -r dsi-parser-fro
EXPOSE 5020
#WORKDIR ./pydccdisplayer/src
CMD ["bokeh", "serve", "dsi-parser-frontend/", "--port", "5020", "--allow-websocket-origin", "*","--use-xheaders"]
CMD ["bokeh", "serve", "dsi-parser-frontend/", "--port", "5020", "--allow-websocket-origin", "*","--use-xheaders","--prefix","dsi-parser-frontend"]
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