Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
simoncck
/
web_surf_API
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6223444
web_surf_API
/
entry.sh
simoncck
Create entry.sh
4228f01
verified
8 months ago
raw
Copy download link
history
blame
Safe
197 Bytes
#!/usr/bin/env sh
# called as root because no USER line is set
chmod
777 /data 2>/dev/null ||
true
# ensure everyone can write
exec
node server.js
# launch your API