Ensure containers are running before shelling into them

This commit is contained in:
Jake Howard 2022-07-29 15:48:43 +01:00
parent 87de211c73
commit 639f5885a4
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 0 deletions

View File

@ -42,4 +42,5 @@ lint_python:
npm run lint
@sh:
docker-compose -f {{ DEV_COMPOSE }} up -d
docker-compose -f {{ DEV_COMPOSE }} exec web bash