init commit
This commit is contained in:
commit
6da103b148
128 changed files with 3959 additions and 0 deletions
9
compose/production/django/start
Normal file
9
compose/production/django/start
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
|
||||
python /app/manage.py collectstatic --noinput
|
||||
/usr/local/bin/gunicorn config.wsgi --bind 0.0.0.0:5000 --chdir=/app
|
||||
Loading…
Add table
Add a link
Reference in a new issue