add env variable

This commit is contained in:
2025-07-09 13:28:29 +02:00
parent 86e66fd643
commit de7e228801
3 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ WORKDIR /app
COPY package*.json ./
ARG VITE_API_URI
ENV VITE_API_URI=$VITE_API_URI
RUN npm install --omit=dev
COPY . .