mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
main script rename in repo
This commit is contained in:
parent
26bf64d34d
commit
de336d3a73
3 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue