Skip to content

Commit bdf0698

Browse files
authored
Add VITE_API_URL environment variable
1 parent 364e609 commit bdf0698

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ WORKDIR /app
66
COPY package*.json ./
77
RUN npm install
88

9+
ENV VITE_API_URL=http://backend:5000/api/v1
10+
911
COPY . .
1012
RUN npm run build
1113

0 commit comments

Comments
 (0)