CB commited on
Commit
96420aa
·
verified ·
1 Parent(s): 1962b17

Update dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -25,4 +25,4 @@ RUN pip install -r requirements.txt
25
  EXPOSE 8502
26
 
27
  # Run app.py when the container launches
28
- CMD ["streamlit", "run", "streamlit_app.py", "--server.port", "8502","> dev/null"]
 
25
  EXPOSE 8502
26
 
27
  # Run app.py when the container launches
28
+ CMD ["streamlit", "run", "streamlit_app.py", "--server.port", "8502"]