diff --git a/build_podman.sh b/build_podman.sh index eed885d..f8c4753 100755 --- a/build_podman.sh +++ b/build_podman.sh @@ -4,4 +4,5 @@ podman build -t solutiontm:latest -f Containerfile || exit 1 # Run it, mount repo as /source and execute "bash build_rpm.sh" -podman run -i -v $(pwd):/source:Z solutiontm:latest bash build_rpm.sh || exit 1 \ No newline at end of file +podman run -d -v $(pwd):/source:Z -n rpmbuild solutiontm:latest bash build_rpm.sh || exit 1 +echo "Continuing build in background..."