I have a SpreeCommerce + rails app which I am looking to deploy to AWS using docker.
The image builds fine but when I run the container it refuses to start. I get the following error:
Instance method "open" is already defined in Object,
use generic helper instead or set
StateMachines::Machine.ignore_method_conflicts = true.
App 70 stderr:
Has anybody had experience with this error before? I am using the finnlabs/rails base image and can post my Dockerfile if this helps!
Thanks!