From 72b73574212344703c21f6c1e07c8c42c1285822 Mon Sep 17 00:00:00 2001 From: Ricard Bejarano Date: Tue, 18 Jun 2019 19:29:06 +0200 Subject: [PATCH] removed useless stopsignal clause --- glibc/Dockerfile | 1 - musl/Dockerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/glibc/Dockerfile b/glibc/Dockerfile index 8180261..886749d 100644 --- a/glibc/Dockerfile +++ b/glibc/Dockerfile @@ -73,6 +73,5 @@ COPY --from=build /tmp/nginx/objs/nginx / COPY rootfs / EXPOSE 80/tcp -STOPSIGNAL SIGTERM ENTRYPOINT ["/nginx"] CMD ["-g", "daemon off;"] diff --git a/musl/Dockerfile b/musl/Dockerfile index 80d717b..c8e9a86 100644 --- a/musl/Dockerfile +++ b/musl/Dockerfile @@ -63,6 +63,5 @@ COPY --from=build /tmp/nginx/objs/nginx / COPY rootfs / EXPOSE 80/tcp -STOPSIGNAL SIGTERM ENTRYPOINT ["/nginx"] CMD ["-g", "daemon off;"]