Add just command to stop project

This commit is contained in:
Jake Howard 2022-09-14 09:08:04 +01:00
parent 0646610f0c
commit 190a680902
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 3 additions and 0 deletions

View File

@ -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