Skip to content

Commit

Permalink
Add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Aug 9, 2015
1 parent 8f4d0ed commit f6ab9de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM node:0.10

COPY . /app
RUN cd /app && npm install

EXPOSE 4000
CMD cd /app && node server

0 comments on commit f6ab9de

Please sign in to comment.