Spaces:
Running
Running
Commit ·
f50387e
1
Parent(s): 1ff7229
fixed docker cmd
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
|
@@ -32,8 +32,4 @@ EXPOSE 7860
|
|
| 32 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
| 33 |
CMD curl --fail http://localhost:7860/_stcore/health || exit 1
|
| 34 |
|
| 35 |
-
CMD ["streamlit", "run", "app.py",
|
| 36 |
-
"--server.port=7860",
|
| 37 |
-
"--server.address=0.0.0.0",
|
| 38 |
-
"--server.headless=true",
|
| 39 |
-
"--browser.gatherUsageStats=false"]
|
|
|
|
| 32 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
| 33 |
CMD curl --fail http://localhost:7860/_stcore/health || exit 1
|
| 34 |
|
| 35 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.headless=true", "--browser.gatherUsageStats=false"]
|
|
|
|
|
|
|
|
|
|
|
|