doc/Makefile
Simon Vieille 04d63d40d5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
init
2023-02-12 22:01:30 +01:00

9 lines
131 B
Makefile

serve:
docker run \
-it --rm \
-v $$(pwd):/app \
--env-file ./.env \
-p 8000:8000 \
-w /app \
gitnet.fr/deblan/mkdocs