Last active
August 29, 2015 14:05
-
-
Save jamesnesfield/0bf5059c48bd0803f9d1 to your computer and use it in GitHub Desktop.
Revisions
-
jamesnesfield renamed this gist
Aug 27, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ //from https://github.com/shykes/vr_node_example/blob/master/Dockerfile from heroku/heroku-buildpack-nodejs maintainer Solomon Hykes <[email protected]> add . /app -
jamesnesfield created this gist
Aug 27, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ from heroku/heroku-buildpack-nodejs maintainer Solomon Hykes <[email protected]> add . /app run /buildpack/bin/compile /app /tmp cmd ["sh", "-c", "PORT=5000 /app/bin/node /app/web.js"] expose 5000