make -j,多核心编译docker image

This commit is contained in:
cppla
2023-04-12 11:10:10 +08:00
parent 4ab545f646
commit e34ed05901
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ COPY . .
WORKDIR /server
RUN make
RUN make -j
RUN pwd && ls -a
# glibc env run