diff --git a/Dockerfile b/Dockerfile index 678ee5f..a51d7b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN pnpm install --production --silent && mv node_modules ../ COPY . . -RUN chown -R node /usr/src/app -USER node +#RUN chown -R node /usr/src/app +#USER node CMD pnpm run start