subhan971 commited on
Commit
6af96ba
·
verified ·
1 Parent(s): 412d806

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ EXPOSE 8501
21
  ENV PYTHONUNBUFFERED 1
22
 
23
  # Run app.py when the container launches
24
- CMD ["streamlit", "run", "src/app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
21
  ENV PYTHONUNBUFFERED 1
22
 
23
  # Run app.py when the container launches
24
+ CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]