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 ad6fb00 commit fb4eb17Copy full SHA for fb4eb17
utils/docker-entrypoint.sh
@@ -2,4 +2,4 @@
2
3
set -e
4
5
-exec "sudo" "-E" "tini" "-s" "-v" "--" "/usr/local/bin/docker-entrypoint-as-root.sh" "$@";
+exec "sudo" "-E" "tini" "-s" "--" "/usr/local/bin/docker-entrypoint-as-root.sh" "$@";
0 commit comments