removed useless stopsignal clause

This commit is contained in:
Ricard Bejarano 2019-06-18 19:29:06 +02:00
parent a92dc3631c
commit 72b7357421
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19
2 changed files with 0 additions and 2 deletions

View file

@ -73,6 +73,5 @@ COPY --from=build /tmp/nginx/objs/nginx /
COPY rootfs /
EXPOSE 80/tcp
STOPSIGNAL SIGTERM
ENTRYPOINT ["/nginx"]
CMD ["-g", "daemon off;"]

View file

@ -63,6 +63,5 @@ COPY --from=build /tmp/nginx/objs/nginx /
COPY rootfs /
EXPOSE 80/tcp
STOPSIGNAL SIGTERM
ENTRYPOINT ["/nginx"]
CMD ["-g", "daemon off;"]