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