Create Dockerfile

This commit is contained in:
Christoph Schlosser 2017-10-25 11:04:05 +02:00 committed by GitHub
parent 05ae2e739b
commit ba60bcf066

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM alpine
RUN apk --no-cache add \
libressl \
lftp
ADD upload.sh /bin/
RUN chmod +x /bin/upload.sh
ENTRYPOINT /bin/upload.sh