TF-836: add dockerfile

This commit is contained in:
ManhNTX
2022-08-16 11:12:19 +07:00
committed by Dat H. Pham
parent 93ba464c49
commit 3c860cfb5e
+2
View File
@@ -31,6 +31,8 @@ RUN cd core \
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \
&& cd ../rule_filter \
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \
&& cd ../forward \
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \
&& cd .. \
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \
&& flutter pub get && flutter pub run intl_generator:extract_to_arb --output-dir=./lib/l10n lib/main/localizations/app_localizations.dart \