mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-02-20 12:35:42 +01:00
(feat) refactor environment
This commit is contained in:
@@ -39,18 +39,11 @@ ENV COMMIT_SHA=${COMMIT}
|
||||
ENV COMMIT_BRANCH=${BRANCH}
|
||||
ENV BUILD_DATE=${DATE}
|
||||
|
||||
ENV INSTALLATION_TYPE=docker
|
||||
|
||||
# Install system dependencies
|
||||
RUN apt-get update && \
|
||||
apt-get install -y curl && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install Docker CLI
|
||||
RUN curl -fsSL https://get.docker.com -o get-docker.sh && \
|
||||
sh get-docker.sh && \
|
||||
rm get-docker.sh
|
||||
|
||||
# Create mount points
|
||||
RUN mkdir -p /home/dashboard/data
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ dependencies:
|
||||
- hummingbot
|
||||
- streamlit
|
||||
- watchdog
|
||||
- python-dotenv
|
||||
- plotly
|
||||
- pycoingecko
|
||||
- glom
|
||||
|
||||
Reference in New Issue
Block a user