This commit is contained in:
2025-01-08 23:34:15 -05:00
parent 35877c2762
commit c46b465a19
5 changed files with 21 additions and 8 deletions

View File

@@ -1,6 +1,10 @@
build:
@:
if [ ! -d venv ]; then
python3 -m venv venv
fi
venv/bin/pip install requirements.txt
deploy:
venv/bin/waitress-serve --host 0.0.0.0 --port 5000 listen:app