-
Notifications
You must be signed in to change notification settings - Fork 0
PotatoSinology/sanmiao_site_backend
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
python -m venv .venv . .venv/bin/activate pip install -r requirements.txt gunicorn -b 0.0.0.0:$PORT main:app -k uvicorn.workers.UvicornWorker -w 2