Skip to content

Commit

Permalink
Dockerfile improvement: use COPY instead of ADD.
Browse files Browse the repository at this point in the history
  • Loading branch information
pataquets committed May 8, 2017
1 parent fb6ef34 commit 8260843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:2

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

ENTRYPOINT [ "./redis-statsd.py" ]
Expand Down

0 comments on commit 8260843

Please sign in to comment.