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

6 lines
116 B
Docker
Raw Normal View History

2019-09-03 19:33:11 +00:00
FROM alpine:3.10
MAINTAINER Roman Safronov <electroma@gmail.com>
COPY authsvc /
EXPOSE 8080
ENTRYPOINT ["/authsvc"]