更新dockerfile,更换前端构建镜像
This commit is contained in:
parent
01abdd6ae5
commit
980d81a1d7
@ -1,5 +1,5 @@
|
|||||||
# build front-end
|
# build front-end
|
||||||
FROM node:lts-alpine AS web_image
|
FROM node AS web_image
|
||||||
|
|
||||||
RUN npm install pnpm -g
|
RUN npm install pnpm -g
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user