add drone.yml

This commit is contained in:
Jochen Welzel 2020-04-20 10:46:18 +02:00
parent 150f52997b
commit 07cc9b48dd
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -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 .