Manual / README.md
QSLY's picture
Fix Space metadata emoji
576fd4e
|
Raw
History Blame Contribute Delete
522 Bytes
metadata
title: Server
emoji: 🚀
colorFrom: blue
colorTo: indigo
sdk: docker

Server

The Docker image downloads the JavaScript file specified by SCRIPT_URL and runs it with Node. Set SCRIPT_URL and TOKEN as runtime environment variables:

docker build -t server .
docker run --rm -e SCRIPT_URL=your-script-url -e TOKEN=your-token server

For Hugging Face Spaces, add SCRIPT_URL and TOKEN under Settings / Repository secrets. Neither value is stored in the repository or baked into the image.