Skip to content

Instantly share code, notes, and snippets.

@tleach
Created March 6, 2015 19:09

Revisions

  1. tleach created this gist Mar 6, 2015.
    11 changes: 11 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    FROM docker.gamechanger.io/nodejs0.10
    MAINTAINER Tom Leach

    ADD . /gc/allegro
    WORKDIR /gc/allegro
    RUN mv Buildfile npm-shrinkwrap.json
    RUN npm install
    RUN mkdir -p /var/log/allegro

    EXPOSE 80
    CMD /usr/bin/node /gc/allegro/allegro.js