diff --git a/Dockerfile b/Dockerfile index 3c2feaf..92a3dab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM node:18-alpine COPY package*.json ./ -USER node RUN npm install COPY --chown=node:node . .