Update Dockerfile.web

This commit is contained in:
Yonas Tewabe
2026-06-25 11:16:58 +03:00
committed by GitHub
parent 6a84a6a2d6
commit 4e22c4372f

View File

@@ -4,7 +4,7 @@ ARG TURBO_FILTER=@edr/freight-portal
ARG APP_PATH=apps/edr-freight-web/portal
ARG VITE_API_URL=https://edrfreightapi.triaplc.com/api
ARG VITE_BASE_API_URL=https://edrfreightapi.triaplc.com
ARG VITE_API_URL=VITE_USER_MANAGEMENT_BASE=/_um
ARG VITE_USER_MANAGEMENT_BASE=/_um
ARG NEXT_PUBLIC_API_URL=http://localhost:4000
FROM node:24.15.0-alpine AS base