mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-27 12:04:03 +03:00
3 lines
161 B
Bash
3 lines
161 B
Bash
#!/bin/sh
|
|
su -m django -c "python /app/manage.py collectstatic --noinput"
|
|
su -m django -c "/usr/local/bin/gunicorn config.wsgi -w 4 -b 0.0.0.0:5000 --chdir=/app" |