iamtrask / Sonar

DEPRECATED - Decentralized Machine Learning Server (hosted on Blockchain)
Apache License 2.0
141 stars 49 forks source link

Adds debug flag to testrpc command for better debugging of intermitte… #14

Closed carrollgt91 closed 6 years ago

carrollgt91 commented 6 years ago

…nt docker issues.

Everywhere we've been running testrpc locally, I've just replaced the docker-compose.yml config to use this dockerfile and build it dynamically,

i.e.

  testrpc:
    build:
      context: ../../Sonar/
      dockerfile: Dockerfile.testrpc

This should help us debug #13