1
0
Fork 0

chore: build with uv

This commit is contained in:
Arthur K. 2026-02-20 19:29:50 +03:00
parent e752a9003a
commit 217e176975
Signed by: wzray
GPG key ID: B97F30FDC4636357
5 changed files with 372 additions and 7 deletions

View file

@ -12,4 +12,4 @@ cleanup() {
trap cleanup EXIT INT TERM
exec python -u proxy.py
exec /app/.venv/bin/python -u proxy.py