feat: Mount .npmrc into workspace home

This commit is contained in:
Alex Toff 2020-09-30 12:09:16 +01:00
parent 8556088c9e
commit 842715b1d2
2 changed files with 4 additions and 0 deletions

0
workspace/.npmrc Normal file
View File

View File

@ -734,6 +734,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: