Merge pull request #380 from Tria-plc/deployment-updates

feat: implement automated environment synchronization and conditional…
This commit is contained in:
Yonas Tewabe
2026-06-30 15:18:46 +03:00
committed by GitHub
5 changed files with 90 additions and 39 deletions

View File

@@ -2,10 +2,6 @@
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_USER_MANAGEMENT_BASE=/_um
ARG NEXT_PUBLIC_API_URL=http://localhost:4000
FROM node:24.15.0-alpine AS base
RUN apk add --no-cache libc6-compat