Testing npmrc

This commit is contained in:
Lucas Gravley 2020-06-17 13:12:10 -05:00
parent aec2b56df3
commit dccc932276
2 changed files with 14 additions and 0 deletions

View file

@ -35,6 +35,11 @@ RUN apk add --no-cache \
RUN pip3 --no-cache-dir install --upgrade --no-cache-dir \
yamllint pylint yq
###################################
# COPY .npmrc to docker container #
###################################
COPY lib/.npmrc ~/.npmrc
####################
# Run NPM Installs #
####################

9
lib/.npmrc Normal file
View file

@ -0,0 +1,9 @@
################################
# .NPMRC file for Super Linter #
################################
# Set prefix path
prefix=~/.npm-global
# Set the log Level to Error only
loglevel=error