diff --git a/Dockerfile b/Dockerfile index c451aac..71a3838 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,7 @@ flutter config --no-analytics --no-cli-animations cp -r /src/* /work cd /work/firka flutter pub get +flutter gen-l10n flutter build apk --debug --verbose EOF