improved environment management
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user