@nx/node:setup-docker
Nx Node Docker Options Schema.
Nx Node Docker Options Schema.
nx generate setup-docker ...
By default, Nx will search for setup-docker
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nx/node:setup-docker ...
Show what will be generated without writing to disk:
nx g setup-docker ... --dry-run
The name of the project
build
The name of the build target
docker-build
The name of the target to create