drone-webdav/Dockerfile

9 lines
169 B
Docker
Raw Normal View History

2017-05-27 06:56:22 +00:00
FROM alpine
MAINTAINER ViViDboarder <ViViDboarder@gmail.com>
RUN apk -Uuv add curl ca-certificates
ADD push.sh /bin/
RUN chmod +x /bin/push.sh
ENTRYPOINT /bin/push.sh