minor fixes
This commit is contained in:
@@ -32,7 +32,12 @@ WORKDIR $APP
|
||||
# Run build: 1 - clean, 2 - pub get, 3 - build web
|
||||
RUN flutter clean
|
||||
RUN flutter pub get
|
||||
RUN flutter build web --dart-define=APP_ENV=live
|
||||
RUN flutter build web \
|
||||
--dart-define=APP_ENV=live \
|
||||
--dart-define=BASE_URL=https://payapi.velocityafrica.net/api \
|
||||
--dart-define=CLIENTID=77433712483-ng7pntvcpf6tnjccriuqm8dbna8vvp3b.apps.googleusercontent.com \
|
||||
--dart-define=SIMULATE_PAYMENT_SUCCESS=false \
|
||||
--dart-define=GATEWAY_SCRIPT_URL=https://na.gateway.mastercard.com/static/checkout/checkout.min.js
|
||||
|
||||
# once heare the app will be compiled and ready to deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user