Merge pull request #2731 from atoff/feat/npmrc
feat: Mount .npmrc into workspace home
This commit is contained in:
@ -770,6 +770,10 @@ RUN if [ ${NPM_REGISTRY} ]; then \
|
||||
. ~/.bashrc && npm config set registry ${NPM_REGISTRY} \
|
||||
;fi
|
||||
|
||||
# Mount .npmrc into home folder
|
||||
COPY ./.npmrc /root/.npmrc
|
||||
COPY ./.npmrc /home/laradock/.npmrc
|
||||
|
||||
|
||||
###########################################################################
|
||||
# PNPM:
|
||||
|
Reference in New Issue
Block a user