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 fb6ef34 commit 8260843Copy full SHA for 8260843
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:2
2
3
-ADD . /usr/src/app
+COPY . /usr/src/app
4
WORKDIR /usr/src/app
5
6
ENTRYPOINT [ "./redis-statsd.py" ]
0 commit comments