This commit is contained in:
parent
f9030082fe
commit
eec5df58d5
@ -6,9 +6,7 @@ steps:
|
||||
image: node:16.18.1
|
||||
volumes:
|
||||
- name: build-file
|
||||
path: /build/dist # 容器内路径
|
||||
host:
|
||||
path: /root/crm-build/dist # 宿主机路径
|
||||
path: /build/dist
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
@ -26,3 +24,7 @@ steps:
|
||||
# image: nginx:1.21
|
||||
# commands:
|
||||
# - cp -r dist/. /usr/share/nginx/html
|
||||
volumes: # 定义流水线挂载目录,用于共享数据
|
||||
- name: build-file
|
||||
host:
|
||||
path: /root/crm-build/dist # 从宿主机中挂载的目录
|
Loading…
Reference in New Issue
Block a user