diff --git a/Dockerfile b/Dockerfile index 3494d4b..850ce28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ flutter config --no-analytics --no-cli-animations cp -r /src/* /work cd /work/firka flutter pub get -flutter build apk --release --verbose +flutter build apk --release --verbose --tree-shake-icons --split-per-abi --target-platform android-arm,android-arm64 EOF RUN chmod +x /home/user/*.sh