mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-23 07:30:57 -05:00
fix: install pnpm through corepack
This commit is contained in:
parent
69a7cdf7b3
commit
1ac15443ea
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ WORKDIR /usr/src/app
|
|||
COPY . .
|
||||
COPY .env.build .env
|
||||
|
||||
RUN corepack pnpm install
|
||||
RUN pnpm install --frozen-lockfile
|
||||
RUN pnpm typecheck
|
||||
RUN NODE_OPTIONS='--max-old-space-size=4096' pnpm build:all
|
||||
|
|
Loading…
Reference in a new issue