SLR / build.sh
leonsimon23's picture
Create build.sh
b75d592 verified
raw
history blame
78 Bytes
#!/bin/bash
npm install
npm run build
gunicorn --bind 0.0.0.0:7860 server:app