Files
weave-scope/experimental/example/goapp/Dockerfile
Tom Wilkie e8da5903f1 Small enhancements to the example app
- Explicity add go app to the example container, so it fails if you haven't built it.
- spin up 2 goapps and 3 elastic searches
2015-05-27 10:20:07 +00:00

6 lines
164 B
Docker

FROM gliderlabs/alpine
MAINTAINER Weaveworks Inc <help@weave.works>
WORKDIR /home/weave
ADD app entrypoint.sh /home/weave/
ENTRYPOINT ["/home/weave/entrypoint.sh"]