Skip to content

Commit 30e4c41

Browse files
committed
[fix] Docker frontend API URL
1 parent 02e2a7c commit 30e4c41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ COPY frontend .
5252
COPY --from=openapi_gen /build/api ./src/api
5353

5454
# Build frontend
55+
ENV VITE_API_URL=/api/v1
5556
RUN npm run build
5657

5758
FROM alpine

0 commit comments

Comments
 (0)