sebastian.serfling 2024-09-02 07:44:54 +00:00
commit aeee08c4c9
2 changed files with 6 additions and 1 deletions

View File

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

5
requirements.txt Normal file
View File

@ -0,0 +1,5 @@
mysql-connector-python~=9.0.0
python-dotenv~=1.0.1
python-dateutil~=2.9.0.post0
streamlit~=1.37.1
pandas~=2.2.2