mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-22 04:17:33 +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
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
WORKDIR /src/web/app
|
WORKDIR /src/web/app
|
||||||
RUN yarn install && yarn build
|
RUN pnpm install && pnpm build
|
||||||
|
|
||||||
FROM alpine AS runtime
|
FROM alpine AS runtime
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user