Last active
June 2, 2021 08:12
-
-
Save hubgit/06a53b3139111c098e4170f53e6715ad to your computer and use it in GitHub Desktop.
Run `npm install` inside a Docker container
This file contains hidden or 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
| docker run --rm -v "$PWD":/app -w /app --platform linux/amd64 node:12 npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment