4 lines
136 B
Bash
4 lines
136 B
Bash
|
#!/bin/bash
|
||
|
yarn build --scope @budibase/server --scope @budibase/worker
|
||
|
docker build -f hosting/single/Dockerfile -t budibase:latest .
|