eoia commited on
Commit
2d7f01a
1 Parent(s): 37ff29b

Create app.sh

Browse files
Files changed (1) hide show
  1. app.sh +2 -0
app.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ #!/bin/bash
2
+ gunicorn --bind 0.0.0.0:8080 app:app