2023-10-02 17:50:02 +02:00
|
|
|
#!/bin/bash
|
2024-05-28 12:12:19 +02:00
|
|
|
yarn build:apps
|
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 .
|