diff --git a/Dockerfile b/Dockerfile index 1664d89..5948e0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,8 +44,8 @@ flutter config --no-analytics --no-cli-animations cp -r /src/* /work cd /work/firka -flutter pub get -flutter gen-l10n --template-arb-file app_hu.arb +flutter pub get && \ +flutter gen-l10n --template-arb-file app_hu.arb && \ flutter build apk --debug --verbose EOF