diff --git a/Dockerfile b/Dockerfile index f3a73f9..c102b5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY . . # Create a non-root user to run the application RUN addgroup -g 1001 -S nodejs && \ adduser -S nodejs -u 1001 && \ - chown -R nodejs:nodejs /app + chown -R nodejs:nodejs /app/logs # Switch to non-root user USER nodejs