Hi, i want to Dockerize my Nestjs 10 (+ swc) application, but i face some bugs
I build my Dockerfile, and compose.yaml with all service needed.
When i launch docker compose up, all services (pgadmin, postgress, elasticsearch etc...) launch very well , by my nestjs application service exit with error in image 1 (npm ERR! No workspaces found), while i don't have workspaces in my project
These are my files in image
Thank you ๐