From c285b9cb957755de49e6555f5f425fe0624191ee Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 21:22:35 -0600 Subject: [PATCH] docker_sock host --- drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index 499d8cd..49a3276 100644 --- a/drone.yml +++ b/drone.yml @@ -16,4 +16,9 @@ steps: commands: - cd Client - npm install - - node node_modules/@angular/cli/bin/ng build --prod --configuration=production \ No newline at end of file + - node node_modules/@angular/cli/bin/ng build --prod --configuration=production + +volumes: + - name: docker_sock + host: + path: /var/run/docker.sock \ No newline at end of file