Add rule_filter to docker file build

This commit is contained in:
Dat PHAM HOANG
2022-08-15 20:07:45 +07:00
committed by Dat H. Pham
parent 11f1d371b2
commit 85353fa406
+2
View File
@@ -29,6 +29,8 @@ RUN cd core \
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \ && flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \
&& cd ../contact \ && cd ../contact \
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \ && 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 .. \ && cd .. \
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \ && 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 \ && flutter pub get && flutter pub run intl_generator:extract_to_arb --output-dir=./lib/l10n lib/main/localizations/app_localizations.dart \