Created
January 3, 2019 15:37
-
-
Save tpatel/bf4fd151b49eb581095278c586f5ded8 to your computer and use it in GitHub Desktop.
Run node on a setup without node \o/
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 -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