Add modern-normalize copy step.
This commit is contained in:
parent
eb48cc70c1
commit
ef19f53adb
|
@ -12,6 +12,7 @@ RUN cargo build --release
|
||||||
# Then copy our code. This way when only the source code changes, the
|
# Then copy our code. This way when only the source code changes, the
|
||||||
# dependencies don't have to be entirely rebuilt.
|
# dependencies don't have to be entirely rebuilt.
|
||||||
COPY source source
|
COPY source source
|
||||||
|
COPY node_modules/modern-normalize node_modules/modern-normalize
|
||||||
|
|
||||||
# Remove the cached tildes-statistics dependencies.
|
# Remove the cached tildes-statistics dependencies.
|
||||||
RUN rm target/release/deps/tildes_statistics*
|
RUN rm target/release/deps/tildes_statistics*
|
||||||
|
|
Loading…
Reference in New Issue