change Port to 80

main
sebastian.serfling 2024-09-02 07:46:27 +00:00
parent aeee08c4c9
commit 41f730b402
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ EXPOSE 80
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"] ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=80", "--server.address=0.0.0.0"]