mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 10:41:14 +00:00
5 lines
107 B
Docker
5 lines
107 B
Docker
FROM fpco/stack-build:lts-8.9
|
|
COPY build.sh /
|
|
COPY copy-libraries /usr/local/bin/
|
|
ENTRYPOINT ["/build.sh"]
|