warhawkmonk commited on
Commit
e515b2d
·
verified ·
1 Parent(s): 6f94de2

Update docker

Browse files
Files changed (1) hide show
  1. docker +2 -2
docker CHANGED
@@ -20,6 +20,6 @@ EXPOSE 8501
20
  ENV STREAMLIT_SERVER_PORT=8501 \
21
  STREAMLIT_SERVER_ADDRESS=0.0.0.0 \
22
  PYTHONUNBUFFERED=1
23
-
24
  # Command to run the Streamlit app
25
- CMD ["python", "app.py"]
 
 
20
  ENV STREAMLIT_SERVER_PORT=8501 \
21
  STREAMLIT_SERVER_ADDRESS=0.0.0.0 \
22
  PYTHONUNBUFFERED=1
 
23
  # Command to run the Streamlit app
24
+ CMD ["streamlit", "run", "app_stream.py"]
25
+