feat: Mount .npmrc into workspace home
This commit is contained in:
parent
8556088c9e
commit
842715b1d2
|
@ -734,6 +734,10 @@ RUN if [ ${NPM_REGISTRY} ]; then \
|
||||||
. ~/.bashrc && npm config set registry ${NPM_REGISTRY} \
|
. ~/.bashrc && npm config set registry ${NPM_REGISTRY} \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
|
# Mount .npmrc into home folder
|
||||||
|
COPY ./.npmrc /root/.npmrc
|
||||||
|
COPY ./.npmrc /home/laradock/.npmrc
|
||||||
|
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# PNPM:
|
# PNPM:
|
||||||
|
|
Loading…
Reference in New Issue