diff --git a/dockerfile b/dockerfile index a9901e4..d1b5ab0 100644 --- a/dockerfile +++ b/dockerfile @@ -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"] \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1f0771a --- /dev/null +++ b/requirements.txt @@ -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 \ No newline at end of file