diff --git a/Dockerfile b/Dockerfile index 4236bb83c..b4f85550f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ WORKDIR /usr/src/app COPY package*.json ./ COPY yarn.lock ./ -VOLUME ./node_modules /app/node_modules -RUN yarn clean & yarn cache clean RUN yarn install COPY . .