mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-14 01:17:31 +00:00
chore: switch yarn to PNPM
This commit is contained in:
parent
79f0616532
commit
1bb69007aa
@ -12,7 +12,7 @@ FROM node:14-alpine AS node_build
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
WORKDIR /src/web/app
|
||||
RUN yarn install && yarn build
|
||||
RUN pnpm install && pnpm build
|
||||
|
||||
FROM alpine AS runtime
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user