mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 10:41:14 +00:00
7 lines
160 B
Docker
7 lines
160 B
Docker
FROM alpine:latest
|
|
LABEL maintainer="Weaveworks Inc <help@weave.works>"
|
|
WORKDIR /home/weave
|
|
ADD shout /home/weave/
|
|
EXPOSE 8090
|
|
ENTRYPOINT ["/home/weave/shout"]
|