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