use node image

This commit is contained in:
zhiqiang feng
2022-09-26 14:38:36 +08:00
parent ed051d7374
commit 0716daa282
+4 -3
View File
@@ -14,12 +14,13 @@ clone:
steps: steps:
- name: build - name: build
image: reg.int.it2000.com.cn/cdia/angular-cli:6.0 image: reg.int.it2000.com.cn/library/node:14.20-bullseye
volumes: volumes:
- name: app - name: app
path: /app path: /home/node/app
commands: commands:
- ng build - npm install
- npm run build