warhawkmonk commited on
Commit
f96e301
·
verified ·
1 Parent(s): 413468d

Update docker

Browse files
Files changed (1) hide show
  1. docker +1 -1
docker CHANGED
@@ -21,5 +21,5 @@ 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.py"]
25
 
 
21
  STREAMLIT_SERVER_ADDRESS=0.0.0.0 \
22
  PYTHONUNBUFFERED=1
23
  # Command to run the Streamlit app
24
+ CMD ["python", "app.py"]
25