Updated CI

This commit is contained in:
Dominic Grimm 2022-01-15 14:40:26 +01:00
parent d56403e4a7
commit d8f11a67f3

View file

@ -29,9 +29,9 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- apt install docker-compose
- cp .example.env .env
- cd docker/
- docker build --build-arg BUILD_ENV=development backend
- docker-compose build --build-arg BUILD_ENV=development backend
depends_on:
- ameba-backend
- pgsanity-backend