fix: resolve VITE_API_URL hardcoding that breaks CI E2E (GRO-1280) #415
@@ -11,6 +11,8 @@ RUN pnpm install --frozen-lockfile
|
|||||||
|
|
||||||
# Build
|
# Build
|
||||||
FROM deps AS builder
|
FROM deps AS builder
|
||||||
|
ARG VITE_API_URL=
|
||||||
|
ENV VITE_API_URL=
|
||||||
COPY packages/types/ packages/types/
|
COPY packages/types/ packages/types/
|
||||||
COPY apps/web/ apps/web/
|
COPY apps/web/ apps/web/
|
||||||
RUN pnpm --filter @groombook/web build
|
RUN pnpm --filter @groombook/web build
|
||||||
|
|||||||
Reference in New Issue
Block a user