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 c9f888e commit 88c63dcCopy full SHA for 88c63dc
entrypoint.sh
@@ -12,5 +12,5 @@ if [ "${USER_ID}" -ne "0" ]; then
12
13
/usr/local/bin/gosu ${USER_NAME} /bin/bash -c "${CMD}"
14
else
15
- /bin/bash -c "${CMD}"
+ exec "$@"
16
fi
0 commit comments