diff --git a/apps/frontend/Dockerfile b/apps/frontend/Dockerfile index 0234d3e..ea7b4f5 100644 --- a/apps/frontend/Dockerfile +++ b/apps/frontend/Dockerfile @@ -32,7 +32,7 @@ RUN pnpm i -g turbo@^2 # First install the dependencies (as they change less often) COPY --from=builder /app/out/json/ . -RUN pnpm install --frozen-lockfile --quiet +RUN pnpm install # Build the project COPY --from=builder /app/out/full/ .