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:
- 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:
- name: app
path: /app
path: /home/node/app
commands:
- ng build
- npm install
- npm run build