b75d592 5a505cb b75d592
1
2
3
4
5
6
7
#!/bin/bash npm install npm run build mkdir -p dist mv build/* dist/ gunicorn --bind 0.0.0.0:7860 server:app