From ab1f052a60b20fda36fbae172aad773f6adc7dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=82=A6?= Date: Fri, 12 Sep 2025 14:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AINoval/pubspec.yaml | 8 ++++---- deploy/open/Dockerfile.build | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AINoval/pubspec.yaml b/AINoval/pubspec.yaml index 4bf84ef..5114e2e 100644 --- a/AINoval/pubspec.yaml +++ b/AINoval/pubspec.yaml @@ -101,7 +101,7 @@ flutter: - asset: assets/fonts/NotoSansSC-Bold.ttf weight: 700 -flutter_icons: - android: "launcher_icon" - ios: true - image_path: "assets/icons/app_icon.png" +# flutter_icons: +# android: "launcher_icon" +# ios: true +# image_path: "assets/icons/app_icon.png" diff --git a/deploy/open/Dockerfile.build b/deploy/open/Dockerfile.build index 520d73c..4642751 100644 --- a/deploy/open/Dockerfile.build +++ b/deploy/open/Dockerfile.build @@ -7,7 +7,8 @@ WORKDIR /flutter_app # Get dependencies and build RUN flutter pub get -RUN flutter build web --release --web-renderer canvaskit +RUN flutter doctor -v +RUN flutter build web --release --web-renderer html --verbose # Stage 2: Build the Java Spring Boot server FROM maven:3.9-eclipse-temurin-21 as java_builder