From 788b67804e1144be7caab7372fd9b4b24c541945 Mon Sep 17 00:00:00 2001 From: Shiro-Nek0 Date: Sat, 7 Mar 2026 03:35:22 -0300 Subject: [PATCH] oops --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b19bd41..f1f31d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY app.py . COPY templates/ ./templates/ COPY static/ ./static/ -COPY .env . +#COPY .env . # Create the folder structure for the volume mounts RUN mkdir -p /app/static/cache