Skip to content

Commit

Permalink
Initial version Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
pataquets committed Apr 14, 2016
1 parent 54e6478 commit 5b788bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM node:onbuild

RUN \
cp -v exampleConfig.js config.js && \
sed -i 's/graphite.example.com/graphite/' config.js

EXPOSE 8125/udp
EXPOSE 8126

ENTRYPOINT [ "node", "stats.js", "config.js" ]

0 comments on commit 5b788bc

Please sign in to comment.