We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cffb59 commit fb6ef34Copy full SHA for fb6ef34
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM python:2
2
+
3
+ADD . /usr/src/app
4
+WORKDIR /usr/src/app
5
6
+ENTRYPOINT [ "./redis-statsd.py" ]
7
+CMD [ "--help" ]
0 commit comments