ramanna commited on
Commit
c3ee047
·
verified ·
1 Parent(s): 43ea736

Add weekly scheduler: Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -33,5 +33,5 @@ ENV STREAMLIT_SERVER_ADDRESS=0.0.0.0
33
  # Health check
34
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
35
 
36
- # Run the app
37
- CMD ["streamlit", "run", "streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
33
  # Health check
34
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
35
 
36
+ # Run the app + background scheduler
37
+ CMD ["bash", "start.sh"]