This commit is contained in:
Dominic Grimm 2022-01-10 12:52:49 +01:00
parent ae97fc240a
commit 7184bd4a71

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: docker/compose:alpine-1.29.2
commands:
- docker-compose build backend