Browse Source

start command in bootstrap script

pull/4023/head
Martin McKeaveney 5 years ago
parent
commit
e70b9946dd
  1. 5
      hosting/bootstrap.sh

5
hosting/bootstrap.sh

@ -14,4 +14,7 @@ fetch_config_files() {
wget $GITHUB_BASE_URL/start.sh
}
fetch_config_files
fetch_config_files
# Start budibase
docker-compose --env-file hosting.properties up
Loading…
Cancel
Save