1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00
budibase/scripts/build-single-image.sh
Adria Navarro 4a1fd20f08 Renames
2023-11-24 13:04:23 +01:00

5 lines
216 B
Bash
Executable file

#!/bin/bash
yarn build --scope @budibase/server --scope @budibase/worker
version=$(./scripts/getCurrentVersion.sh)
docker build -f hosting/single/Dockerfile -t budibase:latest --build-arg BUDIBASE_VERSION=$version .