rsync in docker
All checks were successful
the build was successful

This commit is contained in:
Sebastian Frank 2019-02-15 22:23:24 +01:00
parent ba9634a72c
commit 7488b87fe3

View File

@ -1,3 +1,4 @@
FROM alpine
RUN apk update && apk add rsync && rm -r /var/cache/
ADD mark2web /
CMD ["/mark2web"]