Skip to content

Commit 14a5fe4

Browse files
committed
feat: add in-project setup
1 parent e99dae0 commit 14a5fe4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/main/docker/docker-entrypoint.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/bin/bash
22

3-
if [ -e "/setup" ]; then
4-
. /setup-functions.sh
3+
if [ -e "./setup" ]; then
4+
. /setup-functions.sh
5+
bash ./setup
6+
elif [ -e "/setup" ]; then
7+
. /setup-functions.sh
58
bash /setup
69
fi
710

0 commit comments

Comments
 (0)