mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
7 lines
181 B
Docker
7 lines
181 B
Docker
FROM progrium/busybox
|
|
MAINTAINER Weaveworks Inc <help@weave.works>
|
|
WORKDIR /home/weave
|
|
ADD searchapp entrypoint.sh /home/weave/
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/home/weave/entrypoint.sh"]
|