Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leonsimon23
/
SLR
like
0
Sleeping
App
Files
Files
Community
1
b9949dd
SLR
/
build.sh
leonsimon23
Update build.sh
5a505cb
verified
5 months ago
raw
Copy download link
history
blame
Safe
109 Bytes
#!/bin/bash
npm install
npm run build
mkdir
-p dist
mv
build/* dist/
gunicorn --
bind
0.0.0.0:7860 server:app