2
0

🔖 Release v2.22.0

This commit is contained in:
Baptiste Arnaud
2024-02-01 10:28:59 +01:00
parent 2462e794c9
commit 3fcb0081e5
3 changed files with 101 additions and 2 deletions

View File

@ -11,7 +11,7 @@ RUN apt-get -qy update \
RUN npm --global install pnpm
FROM base AS pruner
RUN npm --global install turbo
RUN npm --global install turbo@1.11.3
WORKDIR /app
COPY . .
RUN turbo prune --scope=${SCOPE} --docker