更新dockerfile,更换前端构建镜像
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user