entrypoint.sh 108 B

12345
  1. #!/bin/bash
  2. source env_secrets_expand.sh
  3. flask translate compile
  4. exec gunicorn -c gunicorn.conf.py run:app