Add modern-normalize copy step.

This commit is contained in:
Bauke 2022-10-09 14:04:41 +02:00
parent eb48cc70c1
commit ef19f53adb
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -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*