Skip to content

Commit

Permalink
Merge pull request #1 from pataquets/master
Browse files Browse the repository at this point in the history
Add Docker support
  • Loading branch information
gorzell authored May 8, 2017
2 parents ca994d1 + 8260843 commit ad3d04b
Show file tree
Hide file tree
Showing 2 changed files 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 python:2

COPY . /usr/src/app
WORKDIR /usr/src/app

ENTRYPOINT [ "./redis-statsd.py" ]
CMD [ "--help" ]
Empty file modified redis-statsd.py
100644 → 100755
Empty file.

0 comments on commit ad3d04b

Please sign in to comment.