budibase/scripts/build-single-image.sh

4 lines
136 B
Bash
Raw Normal View History

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