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"]