a2e5843 91616c1 9d6476a 0362c93 9d6476a a2e5843
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash cd indie_label_svelte npm start & cd .. gunicorn -b 0.0.0.0:5001 -w 4 --limit-request-line 0 server:app