#!/usr/bin/env bash
# This script is invoked via conf/supervisor/delphi-api.conf

set -ev

# Start the WSGI
ddtrace-run gunicorn --config python:delphi_api.config.gunicorn --pythonpath '/app' delphi_api.run:app
