mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 11:11:13 +00:00
- 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
6 lines
164 B
Docker
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"]
|