Copy the signatures file to docker's mythril home

pull/888/head
Nikhil Parasaram 6 years ago
parent 4592a6bf5d
commit e5b8b8cfae
  1. 2
      Dockerfile

@ -36,5 +36,5 @@ COPY . /opt/mythril
RUN cd /opt/mythril \ RUN cd /opt/mythril \
&& python setup.py install && python setup.py install
COPY signatures.db ~/.mythril/signatures.db COPY signatures.db /root/.mythril/signatures.db
ENTRYPOINT ["/usr/local/bin/myth"] ENTRYPOINT ["/usr/local/bin/myth"]

Loading…
Cancel
Save