From 993bb89daa32c927d1b6c31933dc0c1f25194793 Mon Sep 17 00:00:00 2001 From: Rik Berkelder Date: Wed, 15 Jan 2025 02:47:41 +0100 Subject: [PATCH] docker file perms attempt 2 --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 716d5dd..99edf36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,10 +20,5 @@ RUN --mount=type=bind,source=package.json,target=package.json \ # Copy the rest of the source files into the image. COPY . . -RUN chown -R node.node /usr/src/app - -# Run the application as a non-root user. -USER node - # Run the application. CMD node index.js