Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rootless + smaller image + cleanup #402

Open
wants to merge 15 commits into
base: v1.10.0
Choose a base branch
from
Prev Previous commit
Add supervisor by default
chevdor committed Nov 20, 2024
commit bc87e0084ef1ac8f658b1a19a09518c72884975b
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -7,9 +7,10 @@ build_image:
echo "Building image $IMAGE:$VERSION"

docker build \
--progress=plain \
-t $IMAGE:$VERSION \
-t $IMAGE:latest \
--build-arg SUPERVISOR=0 \
--build-arg SUPERVISOR=1 \
-f container/Dockerfile \
.
docker images | grep lndg