diff --git a/docs/tutorial/image-building-best-practices/index.md b/docs/tutorial/image-building-best-practices/index.md index 02c5b84..6d0f48f 100644 --- a/docs/tutorial/image-building-best-practices/index.md +++ b/docs/tutorial/image-building-best-practices/index.md @@ -109,7 +109,7 @@ a change to the `package.json`. Make sense? Step 2/6 : WORKDIR /app ---> Using cache ---> 9577ae713121 - Step 3/6 : COPY package* yarn.lock ./ + Step 3/6 : COPY package.json yarn.lock ./ ---> bd5306f49fc8 Step 4/6 : RUN yarn install --production ---> Running in d53a06c9e4c2 @@ -137,7 +137,7 @@ a change to the `package.json`. Make sense? 1. Now, make a change to the `src/static/index.html` file (like change the `