I finally found the issue… the problem is that when I was copying the files to the container, I was also copying the _build and deps folders from my machine, and that is where everything got mixed.
Added a .dockerignore to exclude those folders and at least now the app tries to start… got a whole set of errors now but a lot less obscure.
Thanks for the help






















