ingress-nginx-helm/docs/examples/customization/external-auth-headers/echosvc/Dockerfile

6 lines
115 B
Docker
Raw Normal View History

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