Fixes Dockerfile RUN command + Rename main app + Updates dependencies

This commit is contained in:
Konstantinos Panayiotou
2023-03-28 14:05:37 +03:00
parent 094d12d41e
commit 3fa00eb039
3 changed files with 2 additions and 2 deletions

View File

@@ -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"]
CMD ["streamlit","run","main.py"]

View File

@@ -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