diff --git a/justfile b/justfile index 66c87af5e..138e7ed1e 100644 --- a/justfile +++ b/justfile @@ -44,7 +44,7 @@ build *args: just dc build {{ args }} # Bring all Docker services up -up flags="": +up *flags="": just dc up -d {{ flags }} # Take all Docker services down