|
@@ -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:
|