You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to perform an npm install during the build process, but this requires providing an environment variable for npm private registry authentication.
a build arg would be the way to accomplish this (an env var)
I would like a way to provide build args during the build process, from file (so e.g. an .env file), e.g. "build_arg_file": "npmjs.env", :
I seem to be unable to specify build args during the dev container build process.
https://docs.docker.com/engine/reference/commandline/build/#set-build-time-variables---build-arg
I want to perform an npm install during the build process, but this requires providing an environment variable for npm private registry authentication.
a build arg would be the way to accomplish this (an env var)
I would like a way to provide build args during the build process, from file (so e.g. an
.env
file), e.g."build_arg_file": "npmjs.env",
:The text was updated successfully, but these errors were encountered: