ready to fly

This commit is contained in:
2025-02-28 23:10:45 +08:00
parent 0b5426a5d1
commit 18c756ae0f
5 changed files with 28 additions and 5 deletions

4
entrypoint.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
python manage.py migrate --noinput
exec gunicorn --bind 0.0.0.0:8000 api.asgi:application -k uvicorn.workers.UvicornWorker