mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
use /docs instead of /data
This commit is contained in:
parent
da0c61dd92
commit
5ee2197f18
2 changed files with 2 additions and 1 deletions
|
|
@ -10,5 +10,6 @@ RUN set -ex; \
|
|||
|
||||
COPY src/usr /usr
|
||||
|
||||
WORKDIR /docs
|
||||
ENTRYPOINT ["autodoc"]
|
||||
CMD ["-bw"]
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
image_tag = ldericher/autodoc
|
||||
docker_build = docker build
|
||||
docker_run = docker run --rm -it
|
||||
examples_flags = -v "$(shell pwd)/examples:/data" -u "$(shell id -u):$(shell id -g)"
|
||||
examples_flags = -v "$(shell pwd)/examples:/docs" -u "$(shell id -u):$(shell id -g)"
|
||||
|
||||
.PHONY: default
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue