-
-
Save kenperkins/187c15bb4d9935fa3c2b to your computer and use it in GitHub Desktop.
Revisions
-
Ross Kukulinski revised this gist
Oct 9, 2014 . 1 changed file with 1 addition and 1 deletion.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 @@ -10,4 +10,4 @@ RUN npm -g install bower gulp grunt-cli bunyan RUN mkdir -p /var/log/supervisor ENTERYPOINT ["/usr/bin/node", "--version"] -
Ross Kukulinski created this gist
Oct 9, 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,13 @@ FROM ubuntu:14.04 MAINTAINER Ross Kukulinski "ross@speakit.io" RUN apt-get -qq update RUN apt-get -qq install -y python-software-properties software-properties-common curl git build-essential supervisor emacs23-nox nano RUN add-apt-repository -y ppa:chris-lea/node.js RUN apt-get -qq update RUN apt-get -qq install -y nodejs RUN npm -g install npm RUN npm -g install bower gulp grunt-cli bunyan RUN mkdir -p /var/log/supervisor CMD ["/usr/bin/node", "--version"]