Files
webprewviewapi/entrypoint.sh
2025-03-09 20:53:54 +08:00

4 lines
100 B
Bash

#!/bin/sh
python manage.py migrate --noinput
exec gunicorn --bind 0.0.0.0:8000 api.wsgi:application