From b6093780a46b76d20b1a18feed06e295ef885f53 Mon Sep 17 00:00:00 2001 From: sebastianserfling Date: Thu, 29 Aug 2024 10:11:10 +0200 Subject: [PATCH] Change EXPORT PORT 80 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index c808f07..d1b5ab0 100644 --- a/dockerfile +++ b/dockerfile @@ -14,7 +14,7 @@ RUN git clone https://gitlab.stines.de/sebastian.serfling/Reports-Visual.git . RUN pip3 install -r requirements.txt -EXPOSE 8501 +EXPOSE 80 HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health