fix build: specify turbo version

This commit is contained in:
vchikalkin 2024-06-19 15:36:46 +03:00
parent 34153fa21a
commit 9940bf8bbb
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat
RUN apk update
# Set working directory
WORKDIR /app
RUN pnpm add -g turbo dotenv-cli
RUN pnpm add -g turbo@1.12.4 dotenv-cli
COPY . .
RUN turbo prune --scope=api --docker

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat
RUN apk update
# Set working directory
WORKDIR /app
RUN pnpm add -g turbo dotenv-cli
RUN pnpm add -g turbo@1.12.4 dotenv-cli
COPY . .
RUN turbo prune --scope=web --docker