move build folder

This commit is contained in:
Jörn-Michael Miehe 2020-02-18 06:05:14 +01:00
parent 1c8ef992f1
commit 078cafdc39
7 changed files with 3 additions and 3 deletions

View file

@ -9,11 +9,11 @@ services:
image: ldericher/autodoc
build:
context: ./build
context: ./src
command: "bash"
volumes:
- "${PWD}/build/usr/local/bin/autodoc:/usr/local/bin/autodoc:ro"
- "${PWD}/build/usr/local/lib/autodoc:/usr/local/lib/autodoc:ro"
- "${PWD}/src/usr/local/bin/autodoc:/usr/local/bin/autodoc:ro"
- "${PWD}/src/usr/local/lib/autodoc:/usr/local/lib/autodoc:ro"
- "${PWD}/examples:/docs"