2023-10-02 17:50:02 +02:00
|
|
|
#!/bin/bash
|
2023-10-06 14:32:17 +02:00
|
|
|
yarn build --scope @budibase/server --scope @budibase/worker
|
2023-10-20 17:23:16 +02:00
|
|
|
version=$(./scripts/getCurrentVersion.sh)
|
2024-01-24 11:24:48 +01:00
|
|
|
docker build -f hosting/single/Dockerfile -t budibase:latest --build-arg BUDIBASE_VERSION=$version --build-arg TARGETBUILD=single .
|