diff --git a/Dockerfile b/Dockerfile index 343d7f3..4fe86f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /usr/src/app COPY package.json yarn.lock ./ -RUN yarn install --production --frozen-lockfile --ignore-optional +RUN yarn install --frozen-lockfile # Rebuild the source code only when needed FROM node:18-alpine AS builder