fix: docker build

This commit is contained in:
Innei
2022-01-16 21:52:36 +08:00
parent ff947c855c
commit 9f89522b1a

View File

@@ -1,7 +1,7 @@
FROM node:16-alpine as builder
WORKDIR /app
COPY . .
RUN apk add git
RUN apk add git make gcc g++
RUN git clone https://github.com/mx-space/assets.git --depth=1
RUN rm -rf assets/.git
RUN npm i -g pnpm