Even faster cached build

This commit is contained in:
augustin64
2024-04-10 11:43:54 +02:00
parent 6f13b2532d
commit 1a8137783c
3 changed files with 3 additions and 1460 deletions

View File

@ -25,6 +25,9 @@ RUN curl -fsSL https://packages.redis.io/gpg | gpg --dearmor -o /usr/share/keyri
RUN apt update \
&& apt install -y redis grafana
# Configure Grafana
RUN grafana-cli plugins install frser-sqlite-datasource
COPY requirements.txt /app/requirements.txt
RUN python3 -m pip install -r requirements.txt