fix vite url and proxy_pass url

This commit is contained in:
Cipher Vance
2026-01-25 09:48:06 -06:00
parent dc41ee3119
commit 7d38e2bce2
3 changed files with 15 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ RUN npm install
COPY . .
ARG VUE_APP_API_URL=https://dev-api.rideaware.org
ARG VUE_APP_API_URL=http://127.0.0.1:5010
ENV VUE_APP_API_URL=$VUE_APP_API_URL
RUN npm run build