Files
website/docs/tutorials/connecting-apps/hello/Dockerfile
T
2017-01-27 15:46:57 -08:00

5 lines
108 B
Docker

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