diff --git a/Dockerfile b/Dockerfile index 0327fed..55035b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,4 +39,4 @@ ENV PATH="/home/myuser/venv/bin:$PATH" # /dev/shm is mapped to shared memory and should be used for gunicorn heartbeat # this will improve performance and avoid random freezes -CMD ["streamlit","run","app.py"] \ No newline at end of file +CMD ["streamlit","run","main.py"] \ No newline at end of file diff --git a/🚀_Home.py b/main.py similarity index 100% rename from 🚀_Home.py rename to main.py diff --git a/requirements.txt b/requirements.txt index 4aceb07..06041f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ bleach==5.0.1 blinker==1.4 boltons==21.0.0 cachetools==5.2.0 -ccxt==1.90.86 +ccxt==3.0.40 certifi==2022.6.15 cffi==1.15.1 charset-normalizer==2.1.0