Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leonsimon23
/
SLR
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
b75d592
SLR
/
build.sh
leonsimon23
Create build.sh
b75d592
verified
8 months ago
raw
Copy download link
history
blame
Safe
78 Bytes
#!/bin/bash
npm install
npm run build
gunicorn --
bind
0.0.0.0:7860 server:app