aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-01-22 07:42:03 -0500
committertdro <tdro@noreply.example.com>2023-01-22 07:42:03 -0500
commit1a2c89c1837cb167585a1f7afaabec81a5ffae43 (patch)
tree74b1dd74bfe72f189e5e02fba9fc0d19ab43b584 /Makefile
parent6c889c658ed71bdc18e5b767053530618dcf1759 (diff)
downloadcanory-1a2c89c1837cb167585a1f7afaabec81a5ffae43.tar.gz
canory-1a2c89c1837cb167585a1f7afaabec81a5ffae43.tar.bz2
canory-1a2c89c1837cb167585a1f7afaabec81a5ffae43.zip
shell: Swap to caddy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 937cd02..cd04c15 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ hugo:
rm -f .hugo_build.lock
server:
- php -S 127.0.0.1:9294 -t public
+ caddy file-server --listen :9294 --root public
test:
make test-html