A framework for building convergent cross-platform Nextcloud clients using Flutter.
 
 

9 lines
233 B

#!/bin/bash
set -euxo pipefail
cd "$(dirname "$0")/.."
source tool/common.sh
tag="$(image_tag "dev:latest")"
# shellcheck disable=SC2046
docker buildx build --tag "$tag" $(cache_build_args "$tag") -f - ./tool < tool/Dockerfile.dev