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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,5 +15,7 @@ RUN pip install --trusted-host pypi.python.org -r requirements.txt
15
  # Make port 80 available to the world outside this container
16
  EXPOSE 80
17
 
 
 
18
  # Run app.py when the container launches
19
  CMD ["streamlit","run", "app.py"]
 
15
  # Make port 80 available to the world outside this container
16
  EXPOSE 80
17
 
18
+ RUN ls -al
19
+
20
  # Run app.py when the container launches
21
  CMD ["streamlit","run", "app.py"]