We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99dae0 commit 14a5fe4Copy full SHA for 14a5fe4
1 file changed
src/main/docker/docker-entrypoint.sh
@@ -1,7 +1,10 @@
1
#!/bin/bash
2
3
-if [ -e "/setup" ]; then
4
- . /setup-functions.sh
+if [ -e "./setup" ]; then
+ . /setup-functions.sh
5
+ bash ./setup
6
+elif [ -e "/setup" ]; then
7
8
bash /setup
9
fi
10
0 commit comments