fix: inject env variable at build time
Docker Build and Push / build-and-push (push) Has been cancelled
Docker Build and Push / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
FROM node:24-alpine AS development-dependencies-env
|
FROM node:24-alpine AS development-dependencies-env
|
||||||
|
ARG VITE_API_BASE_URL
|
||||||
|
ENV VITE_API_BASE_URL=$VITE_API_BASE_URL
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user