From 3fa00eb039f53c7bc90903cce1ce434faae2a172 Mon Sep 17 00:00:00 2001 From: Konstantinos Panayiotou Date: Tue, 28 Mar 2023 14:05:37 +0300 Subject: [PATCH] Fixes Dockerfile RUN command + Rename main app + Updates dependencies --- Dockerfile | 2 +- 🚀_Home.py => main.py | 0 requirements.txt | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename 🚀_Home.py => main.py (100%) 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