Merge pull request #287 from Tria-plc/freight/feature/vehicle_2

fix
This commit is contained in:
yaschalew10
2026-06-25 10:36:16 +03:00
committed by GitHub

View File

@@ -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