From fd35e232095ff6702aa1714696bde3514d8b7608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Wed, 13 May 2026 12:04:08 +0200 Subject: [PATCH] no se monta .:/app --- flutterw | 2 +- release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flutterw b/flutterw index c450b3d..bb89b9e 100755 --- a/flutterw +++ b/flutterw @@ -138,7 +138,7 @@ exec_in_container(){ $GRAPHICOPTIONS \ $SPIOPTIONS \ -p ${WEBPORT:-8081}:8081 \ - -v $BUILDCACHE:/cache:z \ + -v $BUILDCACHE/sdks-flutter-bin-cache:/cache:z \ -v .:/app:z \ -e FLUTTER_FLAVOR=prod \ d4rt-formulas-builder \ diff --git a/release.sh b/release.sh index 5cd8e90..ceced57 100755 --- a/release.sh +++ b/release.sh @@ -7,7 +7,7 @@ build_release_files(){ make build-container pwd ls -la - ./flutterw --exec ls -la + ./flutterw --exec sh -c "pwd; ls -la" ) make build-container build-builders test build-android-release-container build-linux-release-container build-web-release-container