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.
runEntrypoints
1 parent 4ea729e commit 32ee916Copy full SHA for 32ee916
provisioning/base/general/bin/entrypoint.d/run.sh
@@ -40,6 +40,6 @@ function teardownEntrypoint()
40
includeScriptDir /opt/docker/provision/entrypoint.d/teardown
41
}
42
trap 'teardownEntrypoint' SIGTERM
43
-runEntrypoints &
+runEntrypoints "$@" &
44
wait $!
45
teardownEntrypoint
0 commit comments