splitted CMD into ENTRYPOINT+CMD
This commit is contained in:
parent
86f5cba76c
commit
8c924a25b6
2 changed files with 4 additions and 2 deletions
|
@ -76,4 +76,5 @@ COPY rootfs /
|
|||
|
||||
STOPSIGNAL SIGTERM
|
||||
|
||||
CMD ["/nginx", "-g", "daemon off;"]
|
||||
ENTRYPOINT ["/nginx"]
|
||||
CMD ["-g", "daemon off;"]
|
||||
|
|
|
@ -65,4 +65,5 @@ COPY rootfs /
|
|||
|
||||
STOPSIGNAL SIGTERM
|
||||
|
||||
CMD ["/nginx", "-g", "daemon off;"]
|
||||
ENTRYPOINT ["/nginx"]
|
||||
CMD ["-g", "daemon off;"]
|
||||
|
|
Loading…
Add table
Reference in a new issue