2037c6b
fc8383c
1 2 3 4
5
#!/bin/sh cd /app python manage.py migrate python manage.py collectstatic --noinput exec gunicorn --bind ':3000' --worker-tmp-dir /dev/shm --workers 3 config.wsgi:application