for example, I have a command to call up the web service: python run.py-c web
run.py is a unified entry file. Dynamically adjust another sub-module through the -c web
parameter (the sub-module cannot be run alone).
how do I call run.py via gunicorn and pass in the command line parameter -c web
?