diff --git a/.drone.yml b/.drone.yml index fa7a27c..bc6adba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,7 @@ steps: - name: docker-build image: docker privileged: true + volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - docker build -t code.anufrij.de/webplay/client:latest ./docker