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