djkesu commited on
Commit
1e5b6b6
1 Parent(s): 829377b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN pip install --trusted-host pypi.python.org -r requirements.txt
16
  EXPOSE 80
17
 
18
  # Run app.py when the container launches
19
- CMD ["streamlit","run", "app.py"]
 
16
  EXPOSE 80
17
 
18
  # Run app.py when the container launches
19
+ CMD ["streamlit","run", "scripts/app.py"]