ka1kuk commited on
Commit
1470d33
·
verified ·
1 Parent(s): 7d1b41d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ COPY main.py /app/
20
  EXPOSE 8501
21
 
22
  # Command to run the Streamlit app
23
- CMD ["streamlit", "run", "main.py"]
 
20
  EXPOSE 8501
21
 
22
  # Command to run the Streamlit app
23
+ CMD ["python", "main.py"]