From 9a98822eec770ce9b0231aa53035adaddea33752 Mon Sep 17 00:00:00 2001 From: Bram Date: Fri, 20 Mar 2026 14:26:51 +0100 Subject: [PATCH] Fix env --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2ee409d..99b1f44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN apk add --no-cache ca-certificates tzdata COPY --from=builder /app/app . COPY --from=builder /app/templates ./templates COPY --from=builder /app/static ./static +COPY --from=builder /app/.env ./ RUN mkdir -p /app/uploads