CHOWN data file

This commit is contained in:
Katos
2025-01-05 17:15:01 +00:00
parent 1d62552046
commit 14bb2de584

View File

@@ -88,7 +88,7 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
VOLUME [ "/data" ]
# Set ownership for required directories
RUN chown -R nonroot:nonroot /app /app/api
RUN chown -R nonroot:nonroot /app /app/api /data
# Entrypoint and CMD
USER nonroot