1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
budibase/scripts/build-single-image.sh

5 lines
174 B
Bash
Raw Normal View History

2023-10-03 04:50:02 +13:00
#!/bin/bash
2023-10-07 01:32:17 +13:00
yarn build --scope @budibase/server --scope @budibase/worker
2023-10-03 20:34:35 +13:00
./scripts/generatePackageNamesFile.sh
2023-10-03 04:50:02 +13:00
docker build -f hosting/single/Dockerfile -t budibase:latest .