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

@@ -14,7 +14,7 @@
ARG APP_PACKAGE=@edr/passenger-portal
ARG APP_PATH=apps/edr-passenger-web/portal
ARG PORT=5174
ARG NEXT_PUBLIC_API_URL=http://localhost:4000
ARG NEXT_PUBLIC_API_URL
FROM node:24.15.0-alpine AS base
RUN apk add --no-cache libc6-compat