diff --git a/Dockerfile b/Dockerfile index a6f73af..ea43fdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat WORKDIR /app COPY package.json pnpm-lock.yaml ./ -RUN pnpm install --frozen-lockfile +RUN pnpm install # Rebuild the source code only when needed FROM base AS builder