diff --git a/dockerfile b/dockerfile
index acfb6cea56fce6dd9a9ac3a53cdf479b8049ecd7..7d220b79807e52110c9a8e8b066c893ff451ed04 100644
--- a/dockerfile
+++ b/dockerfile
@@ -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"]