use node image
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user