From b138e0b98571d7d16a318382de4ceb2c8a98ae7e Mon Sep 17 00:00:00 2001 From: "sebastian.serfling" Date: Mon, 2 Sep 2024 07:47:59 +0000 Subject: [PATCH] Change Port 80 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index e93c366..d18c737 100644 --- a/dockerfile +++ b/dockerfile @@ -16,6 +16,6 @@ RUN pip3 install -r requirements.txt EXPOSE 80 -HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health +HEALTHCHECK CMD curl --fail http://localhost:80/_stcore/health ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=80", "--server.address=0.0.0.0"] \ No newline at end of file