medicine-mts/entrypoint.sh

7 lines
90 B
Bash

#!/bin/sh
set -e
python manage.py migrate
/usr/bin/supervisord -c /app/supervisord.conf