1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

Fix local docker singleimage build

This commit is contained in:
Adria Navarro 2023-10-20 17:23:16 +02:00
parent 133e475257
commit 6ff11a8299

View file

@ -1,3 +1,4 @@
#!/bin/bash
yarn build --scope @budibase/server --scope @budibase/worker
docker build -f hosting/single/Dockerfile.v2 -t budibase:latest .
version=$(./scripts/getCurrentVersion.sh)
docker build -f hosting/single/Dockerfile.v2 -t budibase:latest --build-arg VERSION=$version .