From 639f5885a450ef437016808f5459471d779cc516 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 29 Jul 2022 15:48:43 +0100 Subject: [PATCH] Ensure containers are running before shelling into them --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 2ab02ae..545e0a2 100644 --- a/justfile +++ b/justfile @@ -42,4 +42,5 @@ lint_python: npm run lint @sh: + docker-compose -f {{ DEV_COMPOSE }} up -d docker-compose -f {{ DEV_COMPOSE }} exec web bash