compile with all threads
This commit is contained in:
parent
cbc7831193
commit
ec86734ea1
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ COPY ./site /root/crablog
|
||||||
WORKDIR /root/crablog
|
WORKDIR /root/crablog
|
||||||
|
|
||||||
# install crablog
|
# install crablog
|
||||||
RUN cargo install --path . --root /
|
RUN cargo install --path . --root / -j $(nproc)
|
||||||
|
|
||||||
CMD ["crablog"]
|
CMD ["crablog"]
|
||||||
|
|
Loading…
Reference in a new issue