From b7eeb15a2ee10a5ad14583609a10a6dc1643e9b3 Mon Sep 17 00:00:00 2001 From: Matt Jadud Date: Sun, 7 Dec 2025 16:46:00 -0500 Subject: [PATCH] Removing JSonnet requirement --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5cbd551..6bb3c90 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ DOMAIN?=garage test-build: docker build -t garage:latest . +# jsonnet CloudronManifest.jsonnet > CloudronManifest.json build: cloudron build - jsonnet CloudronManifest.jsonnet > CloudronManifest.json install: build uninstall cloudron install \