Skip to content

Instantly share code, notes, and snippets.

@tleach
Created March 6, 2015 19:09
Show Gist options
  • Save tleach/34d91ac3297bdfc9b05a to your computer and use it in GitHub Desktop.
Save tleach/34d91ac3297bdfc9b05a to your computer and use it in GitHub Desktop.
Example GameChanger Dockerfile
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment