Merge pull request #3536 from aledbf/replace-entrypoint
Replace dockerfile entrypoint
This commit is contained in:
commit
55b4f00368
1 changed files with 2 additions and 0 deletions
|
@ -49,4 +49,6 @@ RUN ln -sf /dev/stderr /var/log/nginx/error.log
|
|||
|
||||
USER www-data
|
||||
|
||||
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
||||
|
||||
CMD ["/nginx-ingress-controller"]
|
||||
|
|
Loading…
Reference in a new issue