From 5c121df54d228c27d81b66d58034ffbd26b99b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Tue, 5 Mar 2024 13:44:14 +0100 Subject: [PATCH] chore(docker): ensure that `just up ` builds the image if necessary (#8549) --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 6511a35315b4..27929b3aedd9 100644 --- a/justfile +++ b/justfile @@ -98,7 +98,7 @@ download-data owner="ibis-project" repo="testing-data" rev="master": # start backends using docker compose; no arguments starts all backends up *backends: - docker compose up --wait {{ backends }} + docker compose up --build --wait {{ backends }} # stop and remove containers -> clean up dangling volumes -> start backends reup *backends: