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.
2 parents cf9ace0 + dffa798 commit c6c4b8bCopy full SHA for c6c4b8b
skeleton/docker-entrypoint.sh
@@ -160,6 +160,8 @@ elif [[ "$1" == "console" ]]; then
160
exec $sudo $VENVBIN/zconsole debug etc/${CONF}
161
elif [[ "$1" == "run" ]]; then
162
exec $sudo $VENVBIN/zconsole run etc/${CONF} "${@:2}"
163
+elif [[ "$1" == "addzopeuser" ]]; then
164
+ exec $sudo $VENVBIN/addzopeuser -c etc/${CONF} "${@:2}"
165
else
166
# Custom
167
exec "$@"
0 commit comments