Spaces:
Runtime error
Runtime error
xp commited on
Commit ·
0df55b1
1
Parent(s): 468b8d4
set the workdir app/src
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -23,4 +23,6 @@ EXPOSE 8501
|
|
| 23 |
|
| 24 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 25 |
|
| 26 |
-
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 25 |
|
| 26 |
+
WORKDIR /app/src
|
| 27 |
+
|
| 28 |
+
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|