diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..cc7e765 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: docker + commands: + - docker build . + volumes: + - /var/run/docker.sock:/var/run/docker.sock