docker_sock host
parent
cd659e6249
commit
c285b9cb95
|
|
@ -16,4 +16,9 @@ steps:
|
|||
commands:
|
||||
- cd Client
|
||||
- npm install
|
||||
- node node_modules/@angular/cli/bin/ng build --prod --configuration=production
|
||||
- node node_modules/@angular/cli/bin/ng build --prod --configuration=production
|
||||
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
Loading…
Reference in New Issue