mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-09 11:48:20 +00:00
11 lines
174 B
Bash
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
|