diff --git a/Dockerfile b/Dockerfile index 4631174..16b1d07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN chown node:node /app COPY ./package.json . COPY ./yarn.lock . -RUN yarn --ignore-engines +RUN yarn --frozen-lockfile --ignore-engines COPY . .