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