fix: update VITE_BASE_URL to use port 8080 in Dockerfile
Some checks failed
Release and Build Docker Images / release-and-build (push) Has been cancelled

This commit is contained in:
almazlar
2026-02-22 17:46:20 +03:00
parent d9e69e03ad
commit 4c83f6670d

View File

@@ -7,7 +7,7 @@ COPY . .
ARG VITE_APP_VERSION=dev
ENV VITE_APP_VERSION=${VITE_APP_VERSION}
ARG VITE_BASE_URL=http://localhost:8082/api
ARG VITE_BASE_URL=http://localhost:8080/api
ENV VITE_BASE_URL=${VITE_BASE_URL}
RUN npm run build