We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364e609 commit bdf0698Copy full SHA for bdf0698
1 file changed
frontend/Dockerfile
@@ -6,6 +6,8 @@ WORKDIR /app
6
COPY package*.json ./
7
RUN npm install
8
9
+ENV VITE_API_URL=http://backend:5000/api/v1
10
+
11
COPY . .
12
RUN npm run build
13
0 commit comments