How to build docker images in a lerna monorepo without publishing
For my own project, the solution is to use docker BuildKit to first build all the workspace and then build a docker image for the project workspace reusing the previous built files. In details you have copy in the docker file the top package.json with yarn lock and then cherrypicking the package.json of the needed … Read more