diff --git a/run_gunicorn.sh b/run_gunicorn.sh new file mode 100644 index 0000000..b2f57e4 --- /dev/null +++ b/run_gunicorn.sh @@ -0,0 +1,2 @@ +#!/bin/bash +gunicorn rarbg:app -b localhost:6000 -k aiohttp.worker.GunicornWebWorker --access-logfile -