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 c410637 commit dc733f7Copy full SHA for dc733f7
entrypoint.sh
@@ -54,8 +54,10 @@ echo -e "setting UID to ${UID}"
54
usermod -u "${UID}" -m -d /data linuxgsm > /dev/null 2>&1
55
echo -e "setting GID to ${GID}"
56
groupmod -g "${GID}" linuxgsm
57
-echo -e "updating permissions"
+echo -e "updating permissions for /data"
58
chown -R "${USER}":"${USER}" /data
59
+echo -e "updating permissions for /app"
60
+chown -R "${USER}":"${USER}" /app
61
export HOME=/data
62
63
echo -e ""
0 commit comments