From 9e4efd2c1c5e7192b33795c6f8a1ae132e1e7aad Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Tue, 23 Dec 2025 17:47:03 +0100 Subject: [PATCH] modified: Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 889c076..0f0d8f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN pip install --upgrade pip && pip install -r requirements.txt COPY app.py ./ COPY templates ./templates COPY static ./static +COPY versions ./versions # Environment variables from Coolify (if used) ENV DEMO=$DEMO