@@ -1,3 +0,0 @@
-#!/bin/bash
-
-gunicorn --log-level info --log-file=/gunicorn.log --workers 4 --name app -b 0.0.0.0:8001 --reload app.server:app