Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zye784581395
/
silly
like
1
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
silly
/
docker-entrypoint.sh
周泳恩
22
9bb0ddc
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
226 Bytes
#!/bin/sh
if
[ ! -e
"config/config.yaml"
];
then
echo
"Resource not found, copying from defaults: config.yaml"
cp
-r
"default/config.yaml"
"config/config.yaml"
fi
# Start the server
exec
node server.js --listen
"
$@
"