docker_sock host
parent
cd659e6249
commit
c285b9cb95
|
|
@ -17,3 +17,8 @@ steps:
|
||||||
- cd Client
|
- cd Client
|
||||||
- npm install
|
- 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