mentorenwahl/.drone.yml
2022-01-10 13:43:23 +01:00

21 lines
367 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- cp .example.env .env
- cd docker/
- docker build --build-arg BUILD_ENV=development backend
volumes:
- name: dockersock
host:
path: /var/run/docker.sock