Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix: properly install turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Jun 18, 2024
1 parent 188ddc4 commit c4e9c4c
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 @@ -11,7 +11,7 @@ ARG SCOPE
WORKDIR /prepare

# Scoped install for monorepo
RUN npm install --global turbo
RUN pnpm add --global turbo
COPY . .
RUN turbo prune --scope=${SCOPE} --docker
RUN cp -r tsconfig* /prepare/out/json
Expand Down

0 comments on commit c4e9c4c

Please sign in to comment.