fix drone.yml

This commit is contained in:
Jochen Welzel 2020-04-20 10:53:47 +02:00
parent 797bf92f59
commit 894e182c97

View File

@ -11,3 +11,8 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- docker build --no-cache -t nsd-docker . - docker build --no-cache -t nsd-docker .
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock