This commit is contained in:
KAiZ 2019-11-18 08:59:11 +05:30
parent d9a28346d4
commit e2ff969bf1

View file

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