2019-02-15 22:23:24 +01:00

5 lines
98 B
Docker

FROM alpine
RUN apk update && apk add rsync && rm -r /var/cache/
ADD mark2web /
CMD ["/mark2web"]