1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

start command in bootstrap script

This commit is contained in:
Martin McKeaveney 2021-01-25 09:49:07 +00:00
parent 72be2865ab
commit 7aab3bcfd6

View file

@ -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