Skip to content

Commit

Permalink
use fixed version of turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jun 15, 2024
1 parent d7c7a25 commit 72fbc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache libc6-compat
RUN apk update
# Set working directory
WORKDIR /app
RUN yarn global add turbo
RUN yarn global add turbo@1.7.3
COPY . .
RUN turbo prune --scope=@altairgraphql/api --docker

Expand Down

0 comments on commit 72fbc55

Please sign in to comment.