We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a5d75 commit d836e3dCopy full SHA for d836e3d
src/javascript-node/Dockerfile
@@ -3,6 +3,7 @@ ARG VARIANT=16-bullseye
3
FROM node:${VARIANT}
4
5
ARG USERNAME=node
6
+ARG NPM_GLOBAL=/usr/local/share/npm-global
7
8
RUN \
9
# Configure global npm install location, use group to adapt to UID/GID changes
0 commit comments