Change EXPORT PORT 80

main
sebastianserfling 2024-08-29 10:11:10 +02:00
parent ab5965cb13
commit b6093780a4
1 changed files with 1 additions and 1 deletions

View File

@ -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