Created
March 6, 2015 19:09
-
-
Save tleach/34d91ac3297bdfc9b05a to your computer and use it in GitHub Desktop.
Example GameChanger Dockerfile
This file contains 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 characters
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