etaoin

borkdude 2017-10-31T12:34:05.000447Z

@cjsauer Maybe you can test locally by attaching to the container and executing some code in the REPL

cjsauer 2017-10-31T15:19:48.000459Z

@borkdude I'll definitely be trying that today. I appreciate your help in this.

cjsauer 2017-10-31T18:02:10.000063Z

Oh wow.......today I learned: run your acceptance tests AFTER the build phase of your project, not before...otherwise your system under test doesn't even exist. Major facepalm moment. Thank you for your patience with a noob @borkdude 😅

cjsauer 2017-10-31T18:02:43.000235Z

I knew something was weird when my local docker container tests were passing...