actually call caddyfile script

This commit is contained in:
2025-07-30 22:31:52 -04:00
parent f316d7b79a
commit dce0b13b48
3 changed files with 19 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ build:
python -m venv venv; \
fi; \
venv/bin/pip install -r requirements.txt
venv/bin/python caddy.py
start:
sudo venv/bin/waitress-serve --host 0.0.0.0 --port $(PORT) listen:app