Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ EXPOSE 8000
|
|
18 |
|
19 |
HEALTHCHECK CMD curl --fail http://localhost:8000/_stcore/health
|
20 |
|
21 |
-
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8000", "--server.address=0.0.0.0"]
|
|
|
18 |
|
19 |
HEALTHCHECK CMD curl --fail http://localhost:8000/_stcore/health
|
20 |
|
21 |
+
ENTRYPOINT ["streamlit", "run", "/src/app.py", "--server.port=8000", "--server.address=0.0.0.0"]
|