Spaces:
Running
Running
Add deploy flag
Browse files- 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"]
|