1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
budibase/scripts/build-single-image.sh

4 lines
136 B
Bash
Raw Normal View History

2023-10-03 04:50:02 +13:00
#!/bin/bash
yarn build --scope @budibase/server --scope @budibase/worker
docker build -f hosting/single/Dockerfile -t budibase:latest .