From 8e1fecfda0013ac87e29df3d2f5cc13e342c1c53 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 11 Jan 2023 21:02:53 +0100 Subject: [PATCH] make openapi viewer rely on local assets only --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d6af9b2e3..cf7688a8ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,7 @@ COPY ./openflow.openapi.yaml /openflow.openapi.yaml COPY ./backend ./ COPY --from=frontend /frontend /frontend -COPY --from=frontend /backend/windmill-api/openapi-deref.yaml /backend/windmill-api/openapi-deref.yaml +COPY --from=frontend /backend/windmill-api/openapi-deref.yaml ./windmill-api/openapi-deref.yaml COPY .git/ .git/ RUN CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build --release --features "$features"