Browse Source

start command in bootstrap script

pull/1012/head
Martin McKeaveney 6 years ago
parent
commit
7aab3bcfd6
  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