start command in bootstrap script
This commit is contained in:
parent
72be2865ab
commit
7aab3bcfd6
|
@ -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…
Reference in New Issue