After the Nx 13 update, project definitions in workspace.json were split to project.json files in individual apps/libs.
This is convenient, but caused a problem with Docker builds, since workspace.json now references all the individual project.json files, but only one file is copied.
It should be possible to do something similar to the package-subset.json file, for workspace.json.
After the Nx 13 update, project definitions in
workspace.json
were split toproject.json
files in individual apps/libs.This is convenient, but caused a problem with Docker builds, since
workspace.json
now references all the individualproject.json
files, but only one file is copied.It should be possible to do something similar to the
package-subset.json
file, forworkspace.json
.