add multithreading

This commit is contained in:
KAiZ 2019-11-18 08:48:36 +05:30
parent 0cab184958
commit 5bf4e50f36

View file

@ -10,4 +10,4 @@ COPY . /Bibata
# Change Work Directory
WORKDIR /Bibata
# Building Source code
RUN make
RUN make -j 10