PabloVD commited on
Commit
427a6c4
·
1 Parent(s): 8a00019

Add deploy flag

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -63,4 +63,4 @@ RUN touch .env
63
  # Command to run the app
64
  HEALTHCHECK CMD curl --fail http://localhost:$PORT/_stcore/health
65
 
66
- CMD ["streamlit", "run", "DenarioApp/src/denario_app/app.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
63
  # Command to run the app
64
  HEALTHCHECK CMD curl --fail http://localhost:$PORT/_stcore/health
65
 
66
+ CMD ["streamlit", "run", "DenarioApp/src/denario_app/app.py", "--server.port=7860", "--server.address=0.0.0.0", "--", "--deploy"]