FROM pandoc/extra:latest RUN set -ex; \ \ apk add --no-cache \ bash \ inotify-tools \ make \ ; COPY src/usr /usr WORKDIR /docs ENTRYPOINT ["autodoc"] CMD ["-bw"]