mark2web/Dockerfile
Sebastian Frank 7488b87fe3
All checks were successful
the build was successful
rsync in docker
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"]