This commit is contained in:
2025-05-09 09:56:23 +02:00
parent e5d155e124
commit 7e8ae1632d
2 changed files with 29 additions and 33 deletions
+7 -3
View File
@@ -5,17 +5,21 @@ GUNICORN=./.venv/bin/gunicorn
GUNICORN_WORKERS = 1
PORT = 8081
python:
$(PYTHON)
shell:
.venv/bin/snek shell
dump:
@$(PYTHON) -m snek.dump
build:
serve: run
run:
.venv/usr/bin/snek
.venv/bin/snek serve
#$(GUNICORN) -w $(GUNICORN_WORKERS) -k aiohttp.worker.GunicornWebWorker snek.gunicorn:app --bind 0.0.0.0:$(PORT) --reload
install: ubuntu