From ec86734ea1767a726f8a90ed1a68a95c0b5512dc Mon Sep 17 00:00:00 2001 From: Leonard Lorenz Date: Sat, 5 Dec 2020 22:33:38 +0100 Subject: [PATCH] compile with all threads --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c78cac3..0f8c96a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ COPY ./site /root/crablog WORKDIR /root/crablog # install crablog -RUN cargo install --path . --root / +RUN cargo install --path . --root / -j $(nproc) CMD ["crablog"]