Ashkchamp commited on
Commit
02843bb
·
verified ·
1 Parent(s): 0b17514

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,6 +17,6 @@ COPY . /app
17
  # 4. Expose the Streamlit port used by HF (7860 by default)
18
  EXPOSE 7860
19
 
20
- CMD ["streamlit", "run", "src/streamlit_app.py", \
21
  "--server.port", "7860", \
22
  "--server.address", "0.0.0.0"]
 
17
  # 4. Expose the Streamlit port used by HF (7860 by default)
18
  EXPOSE 7860
19
 
20
+ CMD ["streamlit", "run", "streamlit_app.py", \
21
  "--server.port", "7860", \
22
  "--server.address", "0.0.0.0"]