Skip to content

CREST-10527 Publish build artifact (package) to local npm registry using container

Justin Boblitt requested to merge CREST-10527 into master

CREST-10527
Publish build artifact (package) to local npm registry using container

The following implementation adds the npm-registry service to summit-in-a-box docker-compose file, so that a private, local npm-registry proxy is running in the stack. This service will be optionally used by devs until we update dependent projects to use the local registry instead of the public npm registry.

Edited by Justin Boblitt

Merge request reports