Updated ci

This commit is contained in:
Dominic Grimm 2022-01-10 13:16:48 +01:00
parent 5f6b3a2d11
commit b85ae34fb9

View file

@ -5,6 +5,8 @@ name: default
steps:
- name: backend
image: docker/compose
entrypoint:
- build backend
image: alpine
commands:
- apk add docker-compose
- cp .example.env .env
- docker-compose build backend