diff --git a/Dockerfile b/Dockerfile index 92b9914..afa8c6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM node:10.14-alpine WORKDIR /app COPY package.json ./ -RUN npm install yarn RUN yarn install --production COPY dist/ ./