Files
later42/start.sh
2022-10-14 11:40:47 +03:00

5 lines
105 B
Bash

#!/bin/sh
./manage.py migrate --noinput
exec gunicorn --bind :8000 --workers 4 later42.wsgi:application