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