Ensure containers are running before shelling into them
This commit is contained in:
parent
87de211c73
commit
639f5885a4
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -42,4 +42,5 @@ lint_python:
|
||||||
npm run lint
|
npm run lint
|
||||||
|
|
||||||
@sh:
|
@sh:
|
||||||
|
docker-compose -f {{ DEV_COMPOSE }} up -d
|
||||||
docker-compose -f {{ DEV_COMPOSE }} exec web bash
|
docker-compose -f {{ DEV_COMPOSE }} exec web bash
|
||||||
|
|
Loading…
Reference in a new issue