entrypoint.sh 75 B

1234
  1. #!/bin/sh
  2. #python manage.py create_db
  3. python manage.py db upgrade
  4. exec "$@"