overleaf-ldap/.drone.yml
Jan-Henrik Bruhn 0fb5f07043
Some checks failed
continuous-integration/drone/push Build is failing
docker service non privileged
2022-12-29 23:09:39 +01:00

26 lines
346 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: docker:dind
volumes:
- name: dockersock
path: /var/run
commands:
- sleep 5
- docker build .
services:
- name: docker
image: docker:dind
# privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}