Skip to content

Commit ad3d04b

Browse files
authored
Merge pull request #1 from pataquets/master
Add Docker support
2 parents ca994d1 + 8260843 commit ad3d04b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM python:2
2+
3+
COPY . /usr/src/app
4+
WORKDIR /usr/src/app
5+
6+
ENTRYPOINT [ "./redis-statsd.py" ]
7+
CMD [ "--help" ]

redis-statsd.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)