diff --git a/justfile b/justfile index 87796fc..4dfb54e 100644 --- a/justfile +++ b/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