script autostart

This commit is contained in:
Jörn-Michael Miehe 2019-09-20 12:30:21 +02:00
parent df8e428ee2
commit 113730d9ac
2 changed files with 4 additions and 0 deletions

View file

@ -7,3 +7,5 @@ RUN apt-get update && apt-get -y install \
COPY autodoc.sh /usr/local/bin/autodoc
RUN chmod +x /usr/local/bin/autodoc
CMD ["autodoc"]

View file

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