Copy the signatures file to .mythril in Dockerfile

pull/888/head
Nikhil Parasaram 6 years ago
parent 8366ad4965
commit 4592a6bf5d
  1. 1
      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"]

Loading…
Cancel
Save