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

This commit is contained in:
Lee 2024-10-04 18:06:08 +01:00
parent a6a92b64e9
commit 7e4978a9e0

@ -39,7 +39,7 @@ COPY --from=builder /app/out/full/ .
RUN ls -la
RUN pnpm turbo run build --filter=frontend...
RUN pnpm turbo run build --filter=frontend
FROM base AS runner
WORKDIR /app