1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00
budibase/scripts/build-single-image.sh

5 lines
247 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-21 04:23:16 +13:00
version=$(./scripts/getCurrentVersion.sh)
docker build -f hosting/single/Dockerfile -t budibase:latest --build-arg BUDIBASE_VERSION=$version --build-arg TARGETBUILD=single .