diff --git a/.drone.yml b/.drone.yml index 0cd72a6..1747488 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: pull: image: docker:latest commands: - - docker build https://github.com/Saiyato/snapserver_docker + - docker build -f Dockerfile https://github.com/Saiyato/snapserver_docker volumes: - /var/run/docker.sock:/var/run/docker.sock