chore: add justfile exec command to get into container

This commit is contained in:
2025-03-22 16:03:03 -05:00
parent 1605f96066
commit 896d56129a

View File

@@ -56,3 +56,9 @@ release version="":
else
./scripts/release.sh
fi
# Exec into the most recently built version
exec:
#!/usr/bin/env bash
set -euxo pipefail
docker run -it nix-gitea-act-runner /bin/bash