.drone.yml fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-21 15:54:18 +03:00
parent 792f04077b
commit b59a86bc52

View File

@@ -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 .