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 0700cb1 commit 9c475e4Copy full SHA for 9c475e4
init-plain/usr/local/bin/entrypoint.sh
@@ -3,7 +3,7 @@ echo "[II] qnib/init-plain script v0.4.18"
3
set -e
4
5
if [[ -z ${SKIP_ENTRYPOINTS} ]];then
6
- for x in $(find /opt/qnib/entry/ -type f -perm /u+x |sort);do
+ for x in $(find ${ENTRYPOINTS_DIR:-/opt/qnib/entry/} -type f -perm /u+x |sort);do
7
echo "> execute entrypoint '${x}'"
8
if [[ "$x" == *.env ]];then
9
source ${x}
0 commit comments