fix: update API base URL and add healthcheck for backend service
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m30s
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m30s
This commit is contained in:
@@ -6,6 +6,10 @@ RUN npm install
|
||||
COPY . .
|
||||
ARG VITE_APP_VERSION=dev
|
||||
ENV VITE_APP_VERSION=${VITE_APP_VERSION}
|
||||
|
||||
ARG VITE_BASE_URL=https://todo.almazlar.com/api
|
||||
ENV VITE_BASE_URL=${VITE_BASE_URL}
|
||||
|
||||
RUN npm run build
|
||||
|
||||
# Run stage
|
||||
|
||||
Reference in New Issue
Block a user