4 lines
105 B
Bash
4 lines
105 B
Bash
#!/bin/sh
|
|
|
|
python manage.py migrate --noinput
|
|
exec gunicorn --bind :8000 --workers 5 api.asgi:application |