7
Some checks failed
Deploy Frontend / deploy (push) Failing after 1m24s

This commit is contained in:
Lee 2024-10-04 12:54:53 +01:00
parent 2f1c9835ff
commit a1cdf41c49

@ -32,7 +32,7 @@ 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
# Build the project # Build the project
COPY --from=builder /app/out/full/ . COPY --from=builder /app/out/full/ .