mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-20 01:51:53 +00:00
3 lines
No EOL
125 B
Bash
3 lines
No EOL
125 B
Bash
#!/bin/sh
|
|
python /app/manage.py collectstatic --noinput
|
|
/usr/local/bin/gunicorn config.wsgi -w 4 -b 0.0.0.0:5000 --chdir=/app |