diff --git a/Dockerfile b/Dockerfile index 61a28a1..39fa3f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY yarn.lock . RUN yarn install COPY . . RUN yarn build -RUN yarn install --production --ignore-scripts --prefer-offline +RUN yarn install FROM node:lts-alpine WORKDIR /app