main script rename in repo

This commit is contained in:
Jörn-Michael Miehe 2019-09-24 11:53:22 +02:00
parent 26bf64d34d
commit de336d3a73
3 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ RUN apt-get update && apt-get -y install \
inotify-tools \ inotify-tools \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY autodoc.sh /usr/local/bin/autodoc COPY autodoc /usr/local/bin/autodoc
RUN chmod +x /usr/local/bin/autodoc RUN chmod +x /usr/local/bin/autodoc
CMD ["autodoc"] CMD ["autodoc"]

View file

@ -14,5 +14,5 @@ services:
command: "bash" command: "bash"
volumes: volumes:
- "${PWD}/build/autodoc.sh:/usr/local/bin/autodoc:ro"
- "${PWD}/example_docs:/docs" - "${PWD}/example_docs:/docs"
- "${PWD}/build/autodoc:/usr/local/bin/autodoc:ro"