diff --git a/justfile b/justfile index e4c314af3..396e694d0 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ SESSION := "cm12345-1" -RUNNER := `command -v docker || command -v podman` +RUNNER := `command -v docker || command -v podman || true` default: compose serve