Updated ci

This commit is contained in:
Dominic Grimm 2022-01-10 13:07:19 +01:00
parent d9ecc9c861
commit 29d097d4da

View file

@ -5,7 +5,15 @@ name: default
steps:
- name: backend
image: docker/compose:alpine-1.29.2
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- cp .example.env .env
- docker-compose build backend
volumes:
- name: dockersock
host:
path: /var/run/docker.sock