Hi people,
I'm having a bit of trouble hosting my backend in docker. A lot of this trouble is due to my project structure. I've got a pnpm monorepo (turbo). That means e.g. that I don't have a specific package-lock file for the backend only.
I've chewed threw a ton of complications and errors, but now I'm facing something which I don't quite know how to solve. I don't really get an error, just a stacktrace: https://gist.github.com/ericwaetke/add5ce2f55c2019ffa28e5b79d1b6a7c
Here is my dockerfile and medusa-config
https://gist.github.com/ericwaetke/c5a0b31ac5a8b5fc20e6e249f0fdd35c
Maybe one of you has an Idea what the cause of this might be?
Thanks!