mirror of
https://github.com/Budibase/budibase.git
synced 2026-08-28 19:01:11 +08:00
6 lines
176 B
Bash
Executable File
6 lines
176 B
Bash
Executable File
#!/bin/bash
|
|
|
|
yarn build:apps
|
|
docker compose -f hosting/docker-compose.build.yaml -f hosting/docker-compose.dev.yaml --env-file hosting/.env up --build --scale proxy-service=0
|
|
|