quiet npm version warning (#331)

Former-commit-id: 2eb93d0933
This commit is contained in:
2023-04-14 21:09:22 -06:00
committed by GitHub
parent bfa86cbc29
commit 99af105b9c
3 changed files with 7 additions and 0 deletions
@@ -12,6 +12,8 @@ ARG CERC_NPM_AUTH_TOKEN
# Add NPM global to PATH.
ENV PATH=${NPM_GLOBAL}/bin:${PATH}
# Prevents npm from printing version warnings
ENV NPM_CONFIG_UPDATE_NOTIFIER=false
RUN \
# Configure global npm install location, use group to adapt to UID/GID changes