build: copy templates to final stage

This commit is contained in:
2026-05-02 17:45:27 +02:00
committed by Mikkel Elvers
parent 8b96d5f586
commit 5940d7828a

View File

@@ -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