Skip to content

Instantly share code, notes, and snippets.

@kenperkins
Forked from rosskukulinski/app-redis-sk.service
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save kenperkins/187c15bb4d9935fa3c2b to your computer and use it in GitHub Desktop.

Select an option

Save kenperkins/187c15bb4d9935fa3c2b to your computer and use it in GitHub Desktop.

Revisions

  1. Ross Kukulinski revised this gist Oct 9, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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

    CMD ["/usr/bin/node", "--version"]
    ENTERYPOINT ["/usr/bin/node", "--version"]
  2. Ross Kukulinski created this gist Oct 9, 2014.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original 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"]