djkesu commited on
Commit
18b79fd
1 Parent(s): 4408097

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", "scripts/app.py"]
 
16
  EXPOSE 80
17
 
18
  # Run app.py when the container launches
19
+ CMD ["streamlit","run", "app.py"]