update
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Build stage
|
||||
FROM node:20-alpine as builder
|
||||
|
||||
ARG VITE_API_URL
|
||||
ENV VITE_API_URL=${VITE_API_URL}
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
Reference in New Issue
Block a user