From 8d7517b6afc365880eee67bfd58965c66a887756 Mon Sep 17 00:00:00 2001 From: yaschalew Date: Thu, 25 Jun 2026 10:29:51 +0300 Subject: [PATCH 1/2] health --- apps/edr-freight-web/backoffice/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-web/backoffice/src/App.tsx b/apps/edr-freight-web/backoffice/src/App.tsx index 7bdb7e18b..df7b8fbf4 100644 --- a/apps/edr-freight-web/backoffice/src/App.tsx +++ b/apps/edr-freight-web/backoffice/src/App.tsx @@ -354,12 +354,12 @@ const App = () => { return ( } /> - } /> } /> } /> }> } /> } /> + } /> } /> Date: Thu, 25 Jun 2026 10:34:40 +0300 Subject: [PATCH 2/2] fix --- infrastructure/docker/Dockerfile.web | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/docker/Dockerfile.web b/infrastructure/docker/Dockerfile.web index 5cc7904c5..51da18f2e 100644 --- a/infrastructure/docker/Dockerfile.web +++ b/infrastructure/docker/Dockerfile.web @@ -3,6 +3,8 @@ 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 NEXT_PUBLIC_API_URL=http://localhost:4000 FROM node:24.15.0-alpine AS base