1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +12:00
budibase/scripts/devDocker.sh

13 lines
400 B
Bash
Raw Normal View History

2024-04-18 20:53:23 +12:00
#!/bin/bash
# Check if the pro submodule is loaded
if [ ! -d "./packages/pro/src" ]; then
2024-04-18 20:53:58 +12:00
echo "[ERROR] Submodule is not loaded. This is only allowed with loaded submodules."
2024-04-18 20:53:23 +12:00
exit 1
fi
yarn build --scope @budibase/server --scope @budibase/worker
docker-compose -f hosting/docker-compose.build.yaml -f hosting/docker-compose.dev.yaml --env-file hosting/.env up --build --scale proxy-service=0