fix build time environment variables

This commit is contained in:
SennayT
2026-06-06 07:49:20 +00:00
parent 2ef05d2dd7
commit 7390b6fc31
3 changed files with 7 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ services:
args:
APP_PACKAGE: "@edr/passenger-portal"
APP_PATH: apps/edr-passenger-web/portal
NEXT_PUBLIC_API_URL: ${PASSENGER_NEXT_PUBLIC_API_URL:-http://localhost:4000}
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL:-http://localhost:4000}
secrets:
- npmrc
ports:
@@ -75,7 +75,7 @@ services:
args:
APP_PACKAGE: "@edr/passenger-backoffice"
APP_PATH: apps/edr-passenger-web/backoffice
NEXT_PUBLIC_API_URL: ${PASSENGER_NEXT_PUBLIC_API_URL:-http://localhost:4000}
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL:-http://localhost:4000}
secrets:
- npmrc
ports: