From e1141617c290421d8bac829e4f419dd216182208 Mon Sep 17 00:00:00 2001 From: kevinnls Date: Sun, 14 Jun 2026 22:00:53 +0530 Subject: [PATCH] even more scaff --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 1cd3ca5..c1234aa 100644 --- a/Justfile +++ b/Justfile @@ -1,8 +1,8 @@ image TARGET='PACKER': podman build --target {{ TARGET }} -t lisgd:{{ lowercase(TARGET) }} . -build: +build: (image 'BUILDER') podman run --interactive --tty --rm --name lisgd-builder \ - --volume ./:/work --workdir /work \ + --volume ./:/work:z --workdir /work \ lisgd:builder \ make lisgd