Updated ci

This commit is contained in:
Dominic Grimm 2022-01-10 13:43:23 +01:00
parent a284fa32b2
commit ec650c6ebb

View file

@ -5,14 +5,14 @@ name: default
steps:
- name: backend
image: alpine
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- apk add docker-compose --no-cache
- cp .example.env .env
- docker-compose build
- cd docker/
- docker build --build-arg BUILD_ENV=development backend
volumes:
- name: dockersock