From 4f9b2594d0ef45499949e4fbc22b3811f0c089d7 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Mon, 31 May 2021 21:25:35 +0200 Subject: [PATCH] Clarify which COPY and RUN commands are supported --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 254dcd7..180692a 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ It creates a visual graph representation of the build process. The graph contain The edges of the graph represent: - _FROM_ dependencies with a full arrow head -- _COPY_ dependencies with an empty arrow head -- _RUN --mount=type=cache_ dependencies with an empty diamond arrow head +- _COPY --from=..._ dependencies with an empty arrow head +- _RUN --mount=type=cache,from=..._ dependencies with an empty diamond arrow head ## Example Output