Skip to content

Instantly share code, notes, and snippets.

@r3ne-pew
Created July 1, 2020 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r3ne-pew/e881dca385106b4a71400fcfd5efbbc7 to your computer and use it in GitHub Desktop.
Save r3ne-pew/e881dca385106b4a71400fcfd5efbbc7 to your computer and use it in GitHub Desktop.
Dockerized npm install
docker run --user $(id -u):$(id -g) -v $PWD:/app -v $PWD/.npm:/.npm -v $PWD/.config:/.config -w /app node:lts-stretch-slim npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment