start command in bootstrap script
This commit is contained in:
parent
1239246d84
commit
e70b9946dd
|
@ -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