Skip to content

Instantly share code, notes, and snippets.

@hubgit
Last active June 2, 2021 08:12
Show Gist options
  • Select an option

  • Save hubgit/06a53b3139111c098e4170f53e6715ad to your computer and use it in GitHub Desktop.

Select an option

Save hubgit/06a53b3139111c098e4170f53e6715ad to your computer and use it in GitHub Desktop.
Run `npm install` inside a Docker container
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