Merge pull request #7 from klpanagi/fix/build_errors

Fixes Docker build process
This commit is contained in:
dardonacci
2023-03-28 10:35:10 -03:00
committed by GitHub
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