File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
images/business-universal Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -591,6 +591,7 @@ services:
591591 environment :
592592 API_ROOT : /api/
593593 AUTH_URL : http://localhost:8180/auth/realms/mastercard
594+ FALLBACK_LOCALE : en-US
594595 ports :
595596 - " 8080:8080"
596597 volumes :
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ RUN replace-in-file '${AUTH_URL}realms/${AUTH_REALM}' '${AUTH_URL}' apps/busines
1212RUN replace-in-file "defaultCountry: 'NL'" "defaultCountry: 'GB'" "apps/business-universal/**/*.ts"
1313RUN nx build business-universal
1414
15- FROM repo.backbase.com/backbase-docker-releases/web-base:2.0.7
15+ FROM repo.backbase.com/backbase-docker-releases/web-base:2.0.8
1616
1717COPY --from=builder /tmp/business-banking-universal-app-package/dist/apps/business-universal /statics
You can’t perform that action at this time.
0 commit comments