From 8a55275db7c02682860aa46cda334551ad05e5b5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 29 Jul 2022 09:02:09 +0100 Subject: [PATCH] Add alias to exec into web container --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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