From ef19f53adb7c7cad6944ec44c0245338757a58f7 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 9 Oct 2022 14:04:41 +0200 Subject: [PATCH] Add modern-normalize copy step. --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index ce76614..3d20e58 100644 --- a/Containerfile +++ b/Containerfile @@ -12,6 +12,7 @@ RUN cargo build --release # Then copy our code. This way when only the source code changes, the # dependencies don't have to be entirely rebuilt. COPY source source +COPY node_modules/modern-normalize node_modules/modern-normalize # Remove the cached tildes-statistics dependencies. RUN rm target/release/deps/tildes_statistics*