Created
May 9, 2017 08:30
-
-
Save vpalmisano/60e867ffcdcc3da0c404586172ac32e9 to your computer and use it in GitHub Desktop.
NPM install with Docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
docker run --rm -it -v $PWD:/workdir node:latest bash -c "cd /workdir; npm install" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment