Skip to content

Commit

Permalink
Use 8502 port for the healthcheck (docker#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezluna committed Jan 8, 2024
1 parent b70412d commit 6e5930b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 6e5930b

Please sign in to comment.