switched ENTRYPOINT with CMD

This commit is contained in:
Ricard Bejarano 2019-04-23 08:56:12 +02:00
parent 3ff01a74bd
commit f18dbc61d2
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19
2 changed files with 2 additions and 2 deletions

View file

@ -76,4 +76,4 @@ COPY rootfs /
STOPSIGNAL SIGTERM
ENTRYPOINT ["/nginx", "-g", "daemon off;"]
CMD ["/nginx", "-g", "daemon off;"]

View file

@ -65,4 +65,4 @@ COPY rootfs /
STOPSIGNAL SIGTERM
ENTRYPOINT ["/nginx", "-g", "daemon off;"]
CMD ["/nginx", "-g", "daemon off;"]