1
0
Fork 0
mirror of synced 2024-08-06 05:38:40 +12:00
budibase/scripts/build-single-image.sh

5 lines
202 B
Bash
Raw Normal View History

2023-10-03 04:50:02 +13:00
#!/bin/bash
2024-05-28 22:12:19 +12:00
yarn build:apps
2023-10-21 04:23:16 +13:00
version=$(./scripts/getCurrentVersion.sh)
docker build -f hosting/single/Dockerfile -t budibase:latest --build-arg BUDIBASE_VERSION=$version --build-arg TARGETBUILD=single .