Draft: separate command line arguments for gunicorn and flask app
In order to run the localDB with gunicorn instead of a docker, I needed to separate the command line arguments between the gunicorn arguments and the flask app arguments.
In order to run the localDB with gunicorn instead of a docker, I needed to separate the command line arguments between the gunicorn arguments and the flask app arguments.