#!/bin/bash

if [ -z $BIOMAJ_CONFIG ]; then
    export BIOMAJ_CONFIG=/etc/python3-biomaj3-user/config.yml
fi

gunicorn biomaj_user.biomaj_user_service:app
