We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compose.json
1 parent 982a6cf commit 40a2027Copy full SHA for 40a2027
src/cmdlib.sh
@@ -566,6 +566,7 @@ runcompose_tree() {
566
# with a consistent value, regardless of the environment
567
(umask 0022 && sudo -E "$@")
568
sudo chown -R -h "${USER}":"${USER}" "${tmprepo}"
569
+ sudo chown "${USER}":"${USER}" "${composejson}"
570
else
571
runvm_with_cache -- "$@" --repo "${repo}" --write-composejson-to "${composejson}"
572
fi
0 commit comments