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...
leonsimon23
commited on
Aug 15, 2024
Commit
5a505cb
·
verified
·
1 Parent(s):
b96acc6
Update build.sh
Browse files
Files changed (1)
hide
show
build.sh
+2
-0
build.sh
CHANGED
Viewed
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
npm install
3
npm run build
4
gunicorn --bind 0.0.0.0:7860 server:app
1
#!/bin/bash
2
npm install
3
npm run build
4
+
mkdir -p dist
5
+
mv build/* dist/
6
gunicorn --bind 0.0.0.0:7860 server:app