From b8a3df7ffdf39df1ebdafd800352c52818abccc5 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 15 Dec 2021 17:41:56 +0100 Subject: [PATCH] Small start.sh fix --- start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start.sh b/start.sh index 1a333a4..0b130f4 100755 --- a/start.sh +++ b/start.sh @@ -4,6 +4,9 @@ set -eu mkdir -p /app/data/storage +# do not rely on WORKDIR +cd /app/code/server + first_time_setup() { sleep 10