Monorepo issue with shared folder and Docker
I set up a monorepo project with 3 packages ./project1 ./project2 ./project3 ./shared Each project has it's own dockerfile and docker compose file I used npm link to use the shared folder and add this in each package.json : depedencies:{…