acadiaway commited on
Commit
f148cdc
·
1 Parent(s): d339486

use Python for debug notifications to be displayed

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ ENV PORT=8501
17
 
18
  EXPOSE 8501
19
 
20
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
17
 
18
  EXPOSE 8501
19
 
20
+ CMD ["python", "-u", "-m", "streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]