We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70412d commit 6e5930bCopy full SHA for 6e5930b
loader.Dockerfile
@@ -19,6 +19,6 @@ COPY images ./images
19
20
EXPOSE 8502
21
22
-HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
+HEALTHCHECK CMD curl --fail http://localhost:8502/_stcore/health
23
24
ENTRYPOINT ["streamlit", "run", "loader.py", "--server.port=8502", "--server.address=0.0.0.0"]
0 commit comments