Spaces:
Sleeping
Sleeping
updated port
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -24,6 +24,6 @@ ENV PYTHONPATH="/app"
|
|
| 24 |
# Health check commands
|
| 25 |
RUN uv --version && python --version && which court-scheduler && which streamlit
|
| 26 |
|
| 27 |
-
EXPOSE
|
| 28 |
|
| 29 |
-
CMD ["streamlit", "run", "app.py", "--server.port=
|
|
|
|
| 24 |
# Health check commands
|
| 25 |
RUN uv --version && python --version && which court-scheduler && which streamlit
|
| 26 |
|
| 27 |
+
EXPOSE 7860
|
| 28 |
|
| 29 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|