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