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

4 lines
139 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
docker build -f hosting/single/Dockerfile.v2 -t budibase:latest .