chore: optimize dockerfile pnpm installation
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -4,7 +4,6 @@ COPY . .
|
||||
RUN apk add git make g++ alpine-sdk python3 py3-pip unzip
|
||||
RUN corepack enable
|
||||
RUN corepack prepare --activate
|
||||
RUN npm i -g pnpm
|
||||
RUN pnpm install
|
||||
RUN pnpm bundle
|
||||
RUN mv apps/core/out ./out
|
||||
|
||||
Reference in New Issue
Block a user