Dockerfile文件增加全局安装pnpm
This commit is contained in:
parent
b76320a3e7
commit
7b81f6b824
@ -4,6 +4,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN npm install -g pnpm
|
||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user