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