Terminal Update.

This commit is contained in:
2025-03-28 02:41:57 +01:00
parent 9e50b2a6d3
commit 5fbcadad8b
6 changed files with 20 additions and 8 deletions
+4 -1
View File
@@ -11,12 +11,15 @@ python:
dump:
@$(PYTHON) -m snek.dump
build:
run:
$(GUNICORN) -w $(GUNICORN_WORKERS) -k aiohttp.worker.GunicornWebWorker snek.gunicorn:app --bind 0.0.0.0:$(PORT) --reload
install:
python3.12 -m venv .venv
$(PIP) install -e .
docker build -f DockerfileUbuntu -t snek_ubuntu .