@cjsauer Maybe you can test locally by attaching to the container and executing some code in the REPL
@borkdude I'll definitely be trying that today. I appreciate your help in this.
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 😅
I knew something was weird when my local docker container tests were passing...