diff --git a/scripts/container.sh b/scripts/container.sh index c1b850cfaa..f9f0d9edcc 100755 --- a/scripts/container.sh +++ b/scripts/container.sh @@ -12,7 +12,7 @@ TAG="gluon:${BRANCH:-latest}" if [ "$(command -v podman)" ] then podman build -t "${TAG}" contrib/docker - podman run -it --rm -u "$(id -u):$(id -g)" --userns=keep-id --volume="$(pwd):/gluon" "${TAG}" + podman run -it --rm -u "$(id -u):$(id -g)" --userns=keep-id --volume="$(pwd):/gluon:z" "${TAG}" elif [ "$(command -v docker)" ] then docker build -t "${TAG}" contrib/docker