Update dockerfile

This commit is contained in:
2026-04-14 19:38:18 +02:00
parent 6065b4d95f
commit 1566ccf348

View File

@@ -27,6 +27,7 @@ COPY --from=builder /app/templates ./templates
COPY --from=builder /app/static ./static
RUN mkdir -p /app/uploads
RUN mkdir -p /app/tmp
RUN adduser -D appuser
USER appuser