From 4592a6bf5d9b707fb25bdb497c03d5f963fd4220 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Wed, 16 Jan 2019 17:49:27 +0530 Subject: [PATCH] Copy the signatures file to .mythril in Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f2113897..141f33ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,4 +36,5 @@ COPY . /opt/mythril RUN cd /opt/mythril \ && python setup.py install +COPY signatures.db ~/.mythril/signatures.db ENTRYPOINT ["/usr/local/bin/myth"]