From 4540a4e3e279c5e4fcca140893e2ba6f129e0d41 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Wed, 16 Jan 2019 22:19:22 +0530 Subject: [PATCH] Use /root/ to copy over ~ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c075c907..1a17a17e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,5 +36,5 @@ COPY . /opt/mythril RUN cd /opt/mythril \ && python setup.py install -COPY ./mythril/support/assets/signatures.db ~/.mythril/signatures.db +COPY ./mythril/support/assets/signatures.db /root/.mythril/signatures.db ENTRYPOINT ["/usr/local/bin/myth"]