Own config and storage folder to appuser

This commit is contained in:
2026-03-30 23:06:50 +02:00
parent 823bef7bea
commit d780a2568f
+2 -1
View File
@@ -21,7 +21,8 @@ RUN adduser -D -g '' appuser
COPY --from=builder /app/quay . COPY --from=builder /app/quay .
RUN chown -R appuser:appuser /app RUN mkdir -p /storage /config && \
chown -R appuser:appuser /app /storage /config
USER appuser USER appuser