diff --git a/Dockerfile b/Dockerfile index f218287..2babc84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /usr/src/app COPY package.json yarn.lock ./ -RUN yarn install --production --frozen-lockfile +RUN yarn install --frozen-lockfile # Rebuild the source code only when needed FROM node:20-alpine AS builder