Skip to content

Instantly share code, notes, and snippets.

@danitome24
Last active March 13, 2019 10:29
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 danitome24/dba900dade12107df3f6fdd317a759a1 to your computer and use it in GitHub Desktop.
Save danitome24/dba900dade12107df3f6fdd317a759a1 to your computer and use it in GitHub Desktop.
run npm in single command docker
# Run npm install on docker single command
docker run --rm -v $(pwd):/app -w /app node npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment