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