Skip to content

Instantly share code, notes, and snippets.

@tpatel
Created January 3, 2019 15:37
Show Gist options
  • Save tpatel/bf4fd151b49eb581095278c586f5ded8 to your computer and use it in GitHub Desktop.
Save tpatel/bf4fd151b49eb581095278c586f5ded8 to your computer and use it in GitHub Desktop.
Run node on a setup without node \o/
docker run -p 3000:3000 -v $(pwd):/src -w /src node:10-alpine node main.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment