Change to debug build

This commit is contained in:
4831c0 2025-04-11 07:29:22 +02:00
parent 29f20dfdf9
commit 3f87644c7d

View File

@ -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 --tree-shake-icons --split-per-abi --target-platform android-arm,android-arm64
flutter build apk --debug --verbose
EOF
RUN chmod +x /home/user/*.sh