mirror of
https://github.com/thegeeklab/drone-s3-sync.git
synced 2024-11-22 11:10:39 +00:00
fix incorrect path to binary in Dockerfile ADD command
This commit is contained in:
parent
527821d3d9
commit
1b77008480
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user