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

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

@ -103,7 +103,7 @@ cd ServerStatus/server && make
},
{
"name": "DDOS和CC攻击监控",
"rule": "tcp_count>1000",
"rule": "tcp_count>500",
"interval": 300,
"callback": "https://yourSMSurl"
},

@ -59,7 +59,7 @@
},
{
"name": "ddcc attack",
"rule": "tcp_count>1000",
"rule": "tcp_count>500",
"interval": 300,
"callback": "https://yourSMSurl"
},