From a1cdf41c4991cd55c5a41c79d2825fca47bbf309 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 4 Oct 2024 12:54:53 +0100 Subject: [PATCH] 7 --- apps/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ .