Muthu4all commited on
Commit
a549c02
·
verified ·
1 Parent(s): 5369eef
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -13,4 +13,5 @@ RUN pip install -r requirements.txt
13
  # Make port 8501 available to the world outside this container
14
  EXPOSE 8501
15
 
16
- # Run streamlit when the container launche
 
 
13
  # Make port 8501 available to the world outside this container
14
  EXPOSE 8501
15
 
16
+ # Run streamlit when the container launches
17
+ CMD ["streamlit", "run", "app.py"]