diff --git a/Dockerfile b/Dockerfile index 46aeb47..1775011 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ FROM base AS runner COPY package*.json ./ # Install only production app dependencies -RUN yarn install --production +RUN yarn install --frozen-lockfile # Bundle app source COPY . .