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