Docker: run bash in container

This allows users to run the container in their project directory and have their files available, without having to cd, by using -w `pwd`.
pull/150/head
Lorenzo 6 years ago committed by GitHub
parent 558dc71b1f
commit fca2210d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

@ -14,4 +14,4 @@ RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
CMD ["echidna-test", "solidity/cli.sol"]
CMD ["/bin/bash"]

Loading…
Cancel
Save