Skip to content

Commit

Permalink
maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Chodoroff committed Jan 7, 2015
1 parent 3011da9 commit 142551d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prerender/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node
MAINTAINER Benjamin Chodoroff <[email protected]>

RUN echo deb http://ftp.fr.debian.org/debian/ jessie main contrib non-free > /etc/apt/source.list

Expand All @@ -16,4 +17,4 @@ RUN cd /data && npm install

ADD . /data/

CMD node /data/server.js
CMD node /data/server.js

0 comments on commit 142551d

Please sign in to comment.