added explicit STOPSIGNAL
This commit is contained in:
parent
eff6099ffb
commit
df03be14f4
1 changed files with 2 additions and 0 deletions
|
@ -70,4 +70,6 @@ COPY --from=build /lib/x86_64-linux-gnu/ld-2.24.so /lib/x86_64-linux-gnu/ld-linu
|
|||
COPY --from=build /tmp/nginx/objs/nginx /nginx
|
||||
COPY --from=build /tmp/nginx/html /etc/nginx/html
|
||||
|
||||
STOPSIGNAL SIGTERM
|
||||
|
||||
ENTRYPOINT ["/nginx", "-g", "daemon off;"]
|
||||
|
|
Loading…
Add table
Reference in a new issue