Mobile Client: Dockerfile: fix build command

This commit is contained in:
Arthi-chaud
2022-03-03 09:23:36 +01:00
parent 048c63fedb
commit c0be7c8fb7
+1 -1
View File
@@ -21,5 +21,5 @@ RUN flutter gen-l10n
RUN flutter pub run flutter_launcher_icons:main
# Generate native splashscreen
RUN flutter pub run flutter_native_splash:create
RUN flutter build apk lib/src/main.dart
RUN flutter build apk lib/main.dart
CMD cp ./build/app/outputs/flutter-apk/app-release.apk /dist/aeris_android.apk