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.
1 parent 3d840c5 commit a81c0c5Copy full SHA for a81c0c5
entrypoint.sh
@@ -6,4 +6,6 @@ test -f "$HOME/.asdfrc" || echo 'legacy_version_file = yes' > "$HOME/.asdfrc"
6
test -f "$HOME/.default-npm-packages" || printf 'yarn\njsonlint\nserve\npm-check-updates\n' > "$HOME/.default-npm-packages"
7
test -f "$HOME/.default-gems" || printf 'solargraph\nbundler\npry\n' > "$HOME/.default-gems"
8
9
+chown -u $(id -u abc):$(id -g abc) /asdf
10
+
11
exec /init "$@"
0 commit comments