This commit is contained in:
parent
fbe3d7c430
commit
f9030082fe
@ -6,9 +6,9 @@ steps:
|
||||
image: node:16.18.1
|
||||
volumes:
|
||||
- name: build-file
|
||||
path: /root/crm-build/dist # 容器内路径
|
||||
path: /build/dist # 容器内路径
|
||||
host:
|
||||
path: /build/dist # 宿主机路径
|
||||
path: /root/crm-build/dist # 宿主机路径
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user