fix: Dockerfile updated

This commit is contained in:
2026-03-25 00:07:00 +01:00
parent fa8c6d02fd
commit ad656fd636
2 changed files with 48 additions and 6 deletions

View File

@@ -25,7 +25,6 @@ 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