fix: update application properties and Dockerfile for local development configuration
This commit is contained in:
@@ -7,7 +7,7 @@ COPY . .
|
||||
ARG VITE_APP_VERSION=dev
|
||||
ENV VITE_APP_VERSION=${VITE_APP_VERSION}
|
||||
|
||||
ARG VITE_BASE_URL=https://todo.almazlar.com/api
|
||||
ARG VITE_BASE_URL=http://localhost:8082/api
|
||||
ENV VITE_BASE_URL=${VITE_BASE_URL}
|
||||
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user