compile with all threads

This commit is contained in:
Leonard Lorenz 2020-12-05 22:33:38 +01:00
parent cbc7831193
commit ec86734ea1

View file

@ -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"]