add env variable
This commit is contained in:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user