Jake Howard
4326dc2299
This keeps the configuration for what to run inside the container, without adding the extra weight and config of s6
7 lines
103 B
Bash
Executable file
7 lines
103 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
python manage.py migrate --noinput
|
|
|
|
exec gunicorn -c etc/gunicorn.conf.py
|