overhangio / tutor-ecommerce

Ecommerce plugin for Tutor
GNU Affero General Public License v3.0
17 stars 50 forks source link

fix(build): load NPM_REGISTRY from config #37

Closed ARMBouhali closed 1 year ago

ARMBouhali commented 1 year ago

Edited ecommerce's Dockerfile to replace the official npm registry URL in with the NPM_REGISTRY config defaulting to the same value.

The same is done across all other tutor repositories. No need to rebuild image if the default value for NPM_REGISTRY is used.

FYI @regisb