NexusDashboard/entrypoint.sh
2022-12-17 01:50:25 -06:00

11 lines
174 B
Bash

#!/usr/bin/env bash
# TODO: preconvert images options
# TODO: preconvery models options
# update the DB
flask db upgrade
# RUNNNNNNNNNNNNN
gunicorn -b :8000 -w 4 wsgi:app