use /docs instead of /data

This commit is contained in:
Jörn-Michael Miehe 2024-01-08 22:46:08 +01:00
parent da0c61dd92
commit 5ee2197f18
2 changed files with 2 additions and 1 deletions

View file

@ -10,5 +10,6 @@ RUN set -ex; \
COPY src/usr /usr
WORKDIR /docs
ENTRYPOINT ["autodoc"]
CMD ["-bw"]

View file

@ -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: