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...
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