Update runtime ports and deployment defaults.

Switch backend/frontend to ports 8074/8075 and align Docker, CORS, frontend API base URL, and docs so deployment uses the new endpoints consistently.
This commit is contained in:
Mireya Cueto Garrido
2026-06-02 10:09:27 +02:00
parent 108afae3ca
commit 91999e7691
11 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
FROM node:20-alpine AS build
WORKDIR /app
ARG VITE_API_URL=http://localhost:8000
ARG VITE_API_URL=http://localhost:8074
ARG VITE_GOOGLE_CLIENT_ID=
ENV VITE_API_URL=$VITE_API_URL
ENV VITE_GOOGLE_CLIENT_ID=$VITE_GOOGLE_CLIENT_ID