mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
move build folder
This commit is contained in:
parent
1c8ef992f1
commit
078cafdc39
7 changed files with 3 additions and 3 deletions
|
|
@ -9,11 +9,11 @@ services:
|
||||||
|
|
||||||
image: ldericher/autodoc
|
image: ldericher/autodoc
|
||||||
build:
|
build:
|
||||||
context: ./build
|
context: ./src
|
||||||
|
|
||||||
command: "bash"
|
command: "bash"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- "${PWD}/build/usr/local/bin/autodoc:/usr/local/bin/autodoc:ro"
|
- "${PWD}/src/usr/local/bin/autodoc:/usr/local/bin/autodoc:ro"
|
||||||
- "${PWD}/build/usr/local/lib/autodoc:/usr/local/lib/autodoc:ro"
|
- "${PWD}/src/usr/local/lib/autodoc:/usr/local/lib/autodoc:ro"
|
||||||
- "${PWD}/examples:/docs"
|
- "${PWD}/examples:/docs"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue