From 030ed23bc8f77ca0f52c48b145da379efc2437ae Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Thu, 12 Jun 2025 14:29:40 +0200 Subject: [PATCH] pouet --- private/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/Dockerfile b/private/Dockerfile index 7d5a1fc..f5b09f1 100644 --- a/private/Dockerfile +++ b/private/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.11-slim WORKDIR /app COPY . . -RUN pip install flask flask_sqlalchemy pyjwt requests pymysql cryptography +RUN pip install flask flask_sqlalchemy pyjwt requests pymysql cryptography redis CMD ["python", "app.py"]