attempt 3
Some checks failed
Deploy Frontend / deploy (push) Failing after 31s

This commit is contained in:
Lee 2024-10-03 19:46:44 +01:00
parent 861578cc90
commit a5990e8ae9

@ -6,7 +6,7 @@ RUN apk add --no-cache libc6-compat
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app
RUN pnpm global add turbo@^2 RUN pnpm i -g turbo@^2
COPY . . COPY . .
# Generate a partial monorepo with a pruned lockfile for a target workspace. # Generate a partial monorepo with a pruned lockfile for a target workspace.