Update VITE_API_URL to production endpoint

This commit is contained in:
Sennay
2026-06-16 22:35:27 +03:00
committed by GitHub
parent d110391c05
commit b512e77ce1

View File

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