diff --git a/Dockerfile b/Dockerfile index 37f4dba..723a95a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:20.15.0-alpine3.20 WORKDIR /app RUN chown -R node:node /app -COPY yarn.lock package.json . +COPY yarn.lock package.json ./ RUN npm i --silent --ignore-scripts -g rimraf RUN yarn --silent --ignore-scripts COPY . .