wiki/Makefile
Simon Vieille 85338c96d8
init
2023-02-11 14:21:47 +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