mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 23:20:58 -05:00
fix(docker): use npm to install pnpm instead of corepack
This commit is contained in:
parent
9369b46c14
commit
702bdcc2e8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /usr/src/app
|
|||
COPY . .
|
||||
COPY .env.build .env
|
||||
|
||||
RUN corepack prepare pnpm@7.12.0 --activate
|
||||
RUN npm install --global pnpm
|
||||
RUN pnpm install --frozen-lockfile
|
||||
RUN pnpm build:deps
|
||||
RUN pnpm typecheck
|
||||
|
|
Loading…
Reference in a new issue