From 5940d7828aecafdd68aca1427843722c462607b1 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 2 May 2026 17:45:27 +0200 Subject: [PATCH] build: copy templates to final stage --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 18a8a11..a77d345 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,7 @@ RUN apt-get update && apt-get install -y ca-certificates sqlite3 && rm -rf /var/ RUN mkdir -p /app/data COPY --from=builder /app/main_server . +COPY --from=builder /app/templates ./templates COPY --from=builder /app/static ./static COPY --from=builder /app/dist ./dist COPY --from=builder /app/migrations ./migrations