From e5b8b8cfae5ff7ba3fc0ff356d3a311facee3e97 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Wed, 16 Jan 2019 18:07:58 +0530 Subject: [PATCH] Copy the signatures file to docker's mythril home --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 141f33ca..1b42a9e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,5 +36,5 @@ COPY . /opt/mythril RUN cd /opt/mythril \ && python setup.py install -COPY signatures.db ~/.mythril/signatures.db +COPY signatures.db /root/.mythril/signatures.db ENTRYPOINT ["/usr/local/bin/myth"]