From 67a914066f5d73c57ac9f353f554ec261d1f312d Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Mon, 29 Jun 2020 09:37:25 -0700 Subject: [PATCH] CMD update --- docs/tutorial/image-building-best-practices/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/image-building-best-practices/index.md b/docs/tutorial/image-building-best-practices/index.md index 6176bff..49de3a8 100644 --- a/docs/tutorial/image-building-best-practices/index.md +++ b/docs/tutorial/image-building-best-practices/index.md @@ -15,7 +15,7 @@ command, you can see the command that was used to create each layer within an im ```plaintext IMAGE CREATED CREATED BY SIZE COMMENT - a78a40cbf866 18 seconds ago /bin/sh -c #(nop) CMD ["node" "/app/src/ind… 0B + a78a40cbf866 18 seconds ago /bin/sh -c #(nop) CMD ["node" "/src/index.… 0B f1d1808565d6 19 seconds ago /bin/sh -c yarn install --production 85.4MB a2c054d14948 36 seconds ago /bin/sh -c #(nop) COPY dir:5dc710ad87c789593… 198kB 9577ae713121 37 seconds ago /bin/sh -c #(nop) WORKDIR /app 0B