docker service?
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Jan-Henrik 2022-12-29 23:08:44 +01:00
parent 7f0b625bde
commit b9921ea553

View file

@ -13,6 +13,14 @@ steps:
- sleep 5
- docker build .
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}