diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..5f9499d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +kind: pipeline +name: default + +steps: + - name: Build docker image + image: docker:latest + volumes: + - name: docker_sock + path: /var/run/docker.sock + commands: + - docker build --no-cache -t nsd-docker .