This commit is contained in:
2026-03-20 14:26:51 +01:00
parent d45448a662
commit 9a98822eec

View File

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