make openapi viewer rely on local assets only

This commit is contained in:
Ruben Fiszel
2023-01-11 21:02:53 +01:00
parent 3e1c9463d6
commit 8e1fecfda0
+1 -1
View File
@@ -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"