1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
budibase/scripts/build-single-image.sh
2023-10-04 23:50:22 +02:00

4 lines
200 B
Bash
Executable file

#!/bin/bash
yarn build --scope @budibase/builder --scope @budibase/server --scope @budibase/worker
./scripts/generatePackageNamesFile.sh
docker build -f hosting/single/Dockerfile -t budibase:latest .