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