From 760b17455383f33adc8be4ee095d1d7b4da07bb4 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 4 Oct 2024 12:17:51 +0100 Subject: [PATCH] 7 --- apps/frontend/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/frontend/Dockerfile b/apps/frontend/Dockerfile index b130a39..192bd71 100644 --- a/apps/frontend/Dockerfile +++ b/apps/frontend/Dockerfile @@ -28,6 +28,8 @@ ENV SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN} ENV NODE_ENV=production ENV NEXT_TELEMETRY_DISABLED=1 +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