diff --git a/justfile b/justfile index 8bab86c..2ab02ae 100644 --- a/justfile +++ b/justfile @@ -40,3 +40,6 @@ lint_python: @lint_node: npm run lint + +@sh: + docker-compose -f {{ DEV_COMPOSE }} exec web bash