0
0
mirror of https://github.com/thegeeklab/wp-s3-action.git synced 2024-06-02 18:39:42 +02:00

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

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"]