ariansyahdedy commited on
Commit
6980de8
·
1 Parent(s): d5c46e9

Initial commit

Browse files
Files changed (1) hide show
  1. start.sh +7 -0
start.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Print all environment variables
4
+ env
5
+
6
+ # Start Hypercorn
7
+ hypercorn app.main:app --bind 0.0.0.0:$PORT