Add a Makefile

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent aebdf3d3f0
commit 521fcba66e
5 changed files with 17 additions and 62 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
run:
docker run --rm -it --init -v $(PWD):/opt/app -p 8080:8080 \
sitegen-openresty
build:
docker run --rm -w /opt/app -v $(PWD):/opt/app sitegen-openresty sitegen