mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-24 00:34:23 +01:00
Fixes Dockerfile RUN command + Rename main app + Updates dependencies
This commit is contained in:
@@ -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
|
# /dev/shm is mapped to shared memory and should be used for gunicorn heartbeat
|
||||||
# this will improve performance and avoid random freezes
|
# this will improve performance and avoid random freezes
|
||||||
CMD ["streamlit","run","app.py"]
|
CMD ["streamlit","run","main.py"]
|
||||||
@@ -14,7 +14,7 @@ bleach==5.0.1
|
|||||||
blinker==1.4
|
blinker==1.4
|
||||||
boltons==21.0.0
|
boltons==21.0.0
|
||||||
cachetools==5.2.0
|
cachetools==5.2.0
|
||||||
ccxt==1.90.86
|
ccxt==3.0.40
|
||||||
certifi==2022.6.15
|
certifi==2022.6.15
|
||||||
cffi==1.15.1
|
cffi==1.15.1
|
||||||
charset-normalizer==2.1.0
|
charset-normalizer==2.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user