Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
simoncck
/
web_surf_API
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
simoncck
commited on
Jun 14, 2025
Commit
4228f01
·
verified
·
1 Parent(s):
fce18a0
Create entry.sh
Browse files
Files changed (1)
hide
show
entry.sh
+4
-0
entry.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/usr/bin/env sh
2
+
# called as root because no USER line is set
3
+
chmod 777 /data 2>/dev/null || true # ensure everyone can write
4
+
exec node server.js # launch your API