Updated ci

This commit is contained in:
Dominic Grimm 2022-01-10 13:25:59 +01:00
parent ab6befaec6
commit a284fa32b2

View file

@ -6,7 +6,15 @@ name: default
steps:
- name: backend
image: alpine
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- apk add docker-compose --no-cache
- cp .example.env .env
- docker-compose build
volumes:
- name: dockersock
host:
path: /var/run/docker.sock