Use 8502 port for the healthcheck (#110)

This commit is contained in:
Ignasi
2024-01-08 17:54:58 +01:00
committed by GitHub
parent b70412d714
commit 6e5930ba75

View File

@@ -19,6 +19,6 @@ COPY images ./images
EXPOSE 8502
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
HEALTHCHECK CMD curl --fail http://localhost:8502/_stcore/health
ENTRYPOINT ["streamlit", "run", "loader.py", "--server.port=8502", "--server.address=0.0.0.0"]