From 0bf72f19e5e47aed714674b64ced2712b557f74d Mon Sep 17 00:00:00 2001 From: Ulrich VACHON Date: Fri, 6 Jan 2023 17:50:21 +0100 Subject: [PATCH] Update index.md Remove `&emdash;` entry. --- build/cache/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cache/index.md b/build/cache/index.md index 64dfe20507..228f3ca785 100644 --- a/build/cache/index.md +++ b/build/cache/index.md @@ -98,7 +98,7 @@ RUN npm build # Run build ``` This Dockerfile is rather inefficient. Updating any file causes a reinstall of -all dependencies every time you build the Docker image &emdash; even if the +all dependencies every time you build the Docker image even if the dependencies didn't change since last time! Instead, the `COPY` command can be split in two. First, copy over the package