removed useless stopsignal clause
This commit is contained in:
parent
a92dc3631c
commit
72b7357421
2 changed files with 0 additions and 2 deletions
|
@ -73,6 +73,5 @@ COPY --from=build /tmp/nginx/objs/nginx /
|
|||
COPY rootfs /
|
||||
|
||||
EXPOSE 80/tcp
|
||||
STOPSIGNAL SIGTERM
|
||||
ENTRYPOINT ["/nginx"]
|
||||
CMD ["-g", "daemon off;"]
|
||||
|
|
|
@ -63,6 +63,5 @@ COPY --from=build /tmp/nginx/objs/nginx /
|
|||
COPY rootfs /
|
||||
|
||||
EXPOSE 80/tcp
|
||||
STOPSIGNAL SIGTERM
|
||||
ENTRYPOINT ["/nginx"]
|
||||
CMD ["-g", "daemon off;"]
|
||||
|
|
Loading…
Add table
Reference in a new issue