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

This commit is contained in:
Lee 2024-10-04 12:09:53 +01:00
parent 4623e7ee79
commit 9d5caf3523

@ -8,8 +8,7 @@ WORKDIR /app
RUN pnpm i -g turbo@^2 RUN pnpm i -g turbo@^2
COPY . . COPY . .
# Temporarily skip prune for debugging RUN turbo prune frontend --docker
# RUN turbo prune frontend --docker
# Add lockfile and package.json's of isolated subworkspace # Add lockfile and package.json's of isolated subworkspace
FROM base AS installer FROM base AS installer