diff --git a/docs/content/4.sdk/6.migration-guide.md b/docs/content/4.sdk/6.migration-guide.md index 7377e4ad90..ac58f34ce5 100644 --- a/docs/content/4.sdk/6.migration-guide.md +++ b/docs/content/4.sdk/6.migration-guide.md @@ -367,7 +367,7 @@ RUN apk add --no-cache libc6-compat && \ RUN yarn install --ignore-scripts && \ yarn turbo run build --scope="storefront-unified-nextjs" -// [!code ++:20] +// [!code ++:21] # First, we copy just package.json to install dependencies first to cache them in Docker layer # Each Docker command is cached separately. In case when Docker will find that the result of a # command would be different it will invalidate the cache for the line AND THE FOLLOWING ONES.