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: steps:
- name: backend - name: backend
image: alpine image: docker:dind
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- apk add docker-compose --no-cache
- cp .example.env .env - cp .example.env .env
- docker-compose build - cd docker/
- docker build --build-arg BUILD_ENV=development backend
volumes: volumes:
- name: dockersock - name: dockersock