wiki/Makefile

9 lines
131 B
Makefile
Raw Permalink Normal View History

2023-02-11 14:21:47 +01:00
serve:
docker run \
-it --rm \
-v $$(pwd):/app \
--env-file ./.env \
-p 8000:8000 \
-w /app \
gitnet.fr/deblan/mkdocs