diff --git a/justfile b/justfile index 3e0976ab..3605d3f8 100644 --- a/justfile +++ b/justfile @@ -129,7 +129,7 @@ compile-env *args: fill-out-dev-env-template --rm \ --name dataplane-compile-env \ --tmpfs /tmp:uid=$(id -u),gid=$(id -g),nodev,noexec,nosuid \ - --mount type=tmpfs,destination=${HOME},tmpfs-mode=1777 \ + --tmpfs "${HOME},uid=$(id -u),gid=$(id -g)" \ --mount type=bind,source="$(pwd),destination=/work,bind-propagation=rprivate" \ --mount type=bind,source="${tmp_link},destination=/work/compile-env,bind-propagation=rprivate" \ --mount type=bind,source=$(pwd)/dev-env-template/etc/passwd,destination=/etc/passwd \