Remove unnecessary chown permissions - node user inherits proper permissions

This commit is contained in:
Ryderjj89
2025-09-29 19:31:39 -04:00
parent 6dd74cb0da
commit 3473b4480a

View File

@@ -21,9 +21,6 @@ RUN npm run build
# Create data directory for SQLite
RUN mkdir -p /data
# Set proper permissions
RUN chown -R node:node /app /data
# Switch to non-root user
USER node