Use /root/ to copy over ~

pull/882/head
Nikhil Parasaram 6 years ago
parent cc100ced90
commit 4540a4e3e2
  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 ./mythril/support/assets/signatures.db ~/.mythril/signatures.db COPY ./mythril/support/assets/signatures.db /root/.mythril/signatures.db
ENTRYPOINT ["/usr/local/bin/myth"] ENTRYPOINT ["/usr/local/bin/myth"]

Loading…
Cancel
Save