ingress-nginx-helm/docs/examples/customization/external-auth-headers/authsvc/Dockerfile
Manuel de Brito Fontes a9168f276e Split documentation
2017-10-13 18:13:51 -03:00

5 lines
115 B
Docker

FROM alpine:3.5
MAINTAINER Roman Safronov <electroma@gmail.com>
COPY authsvc /
EXPOSE 8080
ENTRYPOINT ["/authsvc"]