Files
weave-scope/extras/example/searchapp/Dockerfile
Jonathan Lange 1c440486f0 Delete experimental, replace with 'extras'
extras contains fixprobe and example, and ought to build properly
2016-07-07 14:30:08 +01:00

7 lines
163 B
Docker

FROM progrium/busybox
MAINTAINER Weaveworks Inc <help@weave.works>
WORKDIR /home/weave
ADD searchapp /home/weave/
EXPOSE 8080
ENTRYPOINT ["/home/weave/searchapp"]