Merge pull request #2731 from atoff/feat/npmrc

feat: Mount .npmrc into workspace home
This commit is contained in:
Shao Yu-Lung (Allen)
2020-12-22 16:01:25 +08:00
committed by GitHub
3 changed files with 5 additions and 0 deletions

View File

@ -1907,6 +1907,7 @@ To install NVM and NodeJS in the Workspace container
3 - Re-build the container `docker-compose build workspace`
A `.npmrc` file is included in the `workspace` folder if you need to utilise this globally. This is copied automatically into the root and laradock user's folders on build.
<br>