Files
webprewviewapi/entrypoint.sh
2025-03-07 13:43:01 +08:00

4 lines
105 B
Bash

#!/bin/sh
python manage.py migrate --noinput
exec gunicorn --bind :8000 --workers 5 api.asgi:application