Добавил сервис для linux

This commit is contained in:
2025-01-14 15:35:12 +03:00
parent f9ce231443
commit f7ea898049
2 changed files with 29 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
source .venv/bin/activate
uvicorn main:app --host 0.0.0.0 --port 7779
.venv/bin/python3 -m uvicorn server:app --host 0.0.0.0 --port 7779