We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e2a7c commit 30e4c41Copy full SHA for 30e4c41
Dockerfile
@@ -52,6 +52,7 @@ COPY frontend .
52
COPY --from=openapi_gen /build/api ./src/api
53
54
# Build frontend
55
+ENV VITE_API_URL=/api/v1
56
RUN npm run build
57
58
FROM alpine
0 commit comments