diff --git a/Dockerfile b/Dockerfile index 89a1639..408fc50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]