From b59a86bc520608f925562eda8d40978cb387cf0a Mon Sep 17 00:00:00 2001 From: Giovanni Rezcjikov Date: Sat, 21 Feb 2026 15:54:18 +0300 Subject: [PATCH] .drone.yml fix --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 78d98d6..5b19b42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,8 @@ steps: image: docker:24 privileged: true volumes: - - /var/run/docker.sock:/var/run/docker.sock + - host: /var/run/docker.sock + mount: /var/run/docker.sock commands: - docker build -t link-shortener:latest .