attempt 5.6?
Some checks failed
Deploy Frontend / deploy (push) Failing after 1m30s

This commit is contained in:
Lee 2024-10-03 19:59:56 +01:00
parent d400023f51
commit ca11b6dc07

@ -30,6 +30,8 @@ ENV SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN}
ENV NODE_ENV=production ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1 ENV NEXT_TELEMETRY_DISABLED=1
RUN pnpm i -g turbo@^2
# First install the dependencies (as they change less often) # First install the dependencies (as they change less often)
COPY --from=builder /app/out/json/ . COPY --from=builder /app/out/json/ .
RUN pnpm install --frozen-lockfile --quiet RUN pnpm install --frozen-lockfile --quiet