Defaults to WEBDAV_* for username and password if not provided (#1)

This commit is contained in:
Ian
2018-04-12 10:49:56 -07:00
committed by GitHub
parent 1741501f11
commit 8a22e80d99
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM alpine
MAINTAINER ViViDboarder <ViViDboarder@gmail.com>
RUN apk -Uuv add curl ca-certificates
ADD push.sh /bin/
COPY push.sh /bin/
RUN chmod +x /bin/push.sh
ENTRYPOINT /bin/push.sh