File size: 78 Bytes
b75d592
 
 
 
1
2
3
4
5
#!/bin/bash
npm install
npm run build
gunicorn --bind 0.0.0.0:7860 server:app