Peiyan's picture
Add files via upload
8202fe8 unverified
raw
history blame
115 Bytes
#!/bin/bash
nohup nginx -g "daemon off;" & cd backend && gunicorn -b 0.0.0.0:5000 --workers=3 -t 600 "app:app" "$1"