fix incorrect path to binary in Dockerfile ADD command

This commit is contained in:
Brad Rydzewski 2015-10-16 13:11:03 -07:00
parent 527821d3d9
commit 1b77008480
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ RUN apk add --update \
python \
py-pip \
&& pip install awscli
ADD drone-s3 /bin/
ADD drone-s3-sync /bin/
ENTRYPOINT ["/bin/drone-s3-sync"]