Add just command to stop project
This commit is contained in:
parent
0646610f0c
commit
190a680902
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -53,3 +53,6 @@ lint_python:
|
|||
@sh:
|
||||
docker-compose -f {{ DEV_COMPOSE }} up -d
|
||||
docker-compose -f {{ DEV_COMPOSE }} exec web bash
|
||||
|
||||
@down:
|
||||
docker-compose -f {{ DEV_COMPOSE }} down
|
||||
|
|
Loading…
Reference in a new issue