improved environment management

This commit is contained in:
2026-03-27 20:41:45 +02:00
parent 15f8e0dfd0
commit 7566739665

View File

@@ -32,7 +32,7 @@ WORKDIR $APP
# Run build: 1 - clean, 2 - pub get, 3 - build web # Run build: 1 - clean, 2 - pub get, 3 - build web
RUN flutter clean RUN flutter clean
RUN flutter pub get 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 # once heare the app will be compiled and ready to deploy