We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c170626 commit 34c29fbCopy full SHA for 34c29fb
Dockerfile
@@ -19,4 +19,4 @@ COPY docker_requirements.txt .
19
RUN pip install -r docker_requirements.txt
20
21
# Run the application
22
-CMD streamlit run prod.docker_client.py --server.port 8081
+CMD streamlit run ./prod/docker_client.py --server.port 8081
0 commit comments