mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix docker action
This commit is contained in:
parent
2f0ec414fe
commit
6526408fec
@ -13,7 +13,7 @@ ENV PNPM_HOME=/pnpm
|
||||
ENV PATH=$PNPM_HOME:$PATH
|
||||
|
||||
RUN corepack enable
|
||||
RUN corepack prepare pnpm --activate
|
||||
RUN corepack prepare pnpm@10.0.0 --activate
|
||||
RUN pnpm add -g turbo
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user