From 7aab3bcfd68de75e93ae0e45d10c560729896024 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Mon, 25 Jan 2021 09:49:07 +0000 Subject: [PATCH] start command in bootstrap script --- hosting/bootstrap.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosting/bootstrap.sh b/hosting/bootstrap.sh index 29982dcded..12482b73e8 100755 --- a/hosting/bootstrap.sh +++ b/hosting/bootstrap.sh @@ -14,4 +14,7 @@ fetch_config_files() { wget $GITHUB_BASE_URL/start.sh } -fetch_config_files \ No newline at end of file +fetch_config_files + +# Start budibase +docker-compose --env-file hosting.properties up \ No newline at end of file