Wajahat698 commited on
Commit
4726441
·
verified ·
1 Parent(s): c16d39b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ RUN pip3 install --no-cache-dir -r /requirements.txt
28
  EXPOSE 7860
29
 
30
  # Command to run your app.
31
- CMD ["python3", "/ streamlit run app.py"]
 
28
  EXPOSE 7860
29
 
30
  # Command to run your app.
31
+ CMD ["streamlit", "run", "/app.py"]