chore: only copy build folder of frontend for frontend build step

This commit is contained in:
Ruben Fiszel
2024-09-01 22:45:43 +02:00
parent 97153d9f8b
commit 4c3537aee9
+3 -1
View File
@@ -70,7 +70,9 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
COPY ./openflow.openapi.yaml /openflow.openapi.yaml
COPY ./backend ./
COPY --from=frontend /frontend /frontend
RUN mkdir -p /frontend
COPY --from=frontend /frontend/build /frontend/build
COPY --from=frontend /backend/windmill-api/openapi-deref.yaml ./windmill-api/openapi-deref.yaml
COPY .git/ .git/