diff --git a/Dockerfile b/Dockerfile index 3ab557d..4f8d424 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ WORKDIR $APP # Run build: 1 - clean, 2 - pub get, 3 - build web RUN flutter clean RUN flutter pub get -RUN flutter build web +RUN flutter build web --dart-define=APP_ENV=live # once heare the app will be compiled and ready to deploy