diff --git a/.drone.yml b/.drone.yml index e248b1a..a13d1bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ pipeline: build: image: docker commands: - - docker build -t hugo:latest + - docker build -t hugo:latest . volumes: - /var/run/docker.sock:/var/run/docker.sock