Skip to content
Snippets Groups Projects
Commit 33bb3afb authored by Benedikt's avatar Benedikt
Browse files

added workdir command

parent 9189d32f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r dsi-parser-frontend/requirements.txt
RUN pip install supervisor
EXPOSE 5020 5021
RUN cd dsi-parser-frontend
WORKDIR "/dsi-parser-frontend"
# Command to start Supervisor, which handles starting both the Bokeh server and FastAPI
CMD ["supervisord", "-c", "supervisord.conf"]
#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