Replace dockerfile entrypoint

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-12-07 14:00:55 -03:00
parent 1845c99fb4
commit 84c6746cdc

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