QuantumLearner commited on
Commit
b65e6fc
·
verified ·
1 Parent(s): c3680d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=20s --retries=3 \
23
  CMD curl --fail http://127.0.0.1:${PORT}/_stcore/health || exit 1
24
 
25
  # Streamlit bound to $PORT
26
- CMD ["sh", "-c", "streamlit run src/streamlit_app.py --server.address=0.0.0.0 --server.port=${PORT}"]
 
23
  CMD curl --fail http://127.0.0.1:${PORT}/_stcore/health || exit 1
24
 
25
  # Streamlit bound to $PORT
26
+ CMD ["sh", "-c", "streamlit run app.py --server.address=0.0.0.0 --server.port=${PORT}"]