luanglopes / ts-paths-esm-loader

Node JS loader for Typescript that supports tsconfig paths
MIT License
23 stars 5 forks source link

Works with yarn build + yarn start, but does not work with docker built image? #16

Closed Kimblis closed 3 months ago

Kimblis commented 1 year ago

Hi, if I run yarn build and then yarn start it's succesfully starts the project, however when I build an image and then try to start it, it gives me the following error, any ideas? image

luanglopes commented 1 year ago

Maybe you are not installing dev dependencies on your image building, which command are you using to install the dependencies?