website/content/en/docs/tasks/access-application-cluster/hello/Dockerfile

5 lines
108 B
Docker
Raw Normal View History

FROM alpine:3.1
MAINTAINER Carter Morgan <askcarter@google.com>
COPY hello /usr/bin/
CMD ["/usr/bin/hello"]