Merge pull request #3536 from aledbf/replace-entrypoint

Replace dockerfile entrypoint
This commit is contained in:
Kubernetes Prow Robot 2018-12-10 06:42:00 -08:00 committed by GitHub
commit 55b4f00368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]