A minimal FastAPI app for the Ruscker
showcase. Published as milkway/ruscker-fastapi-demo on Docker Hub.
Serves at the root /; Ruscker strips the mount prefix and rewrites the
browser-side URLs, so no SHINYPROXY_PUBLIC_PATH / root_path is needed
(it honours SCRIPT_NAME if set). Ruscker-native counterpart to
OpenAnalytics' shinyproxy-fastapi-demo,
re-branded for Ruscker.
docker build -t ruscker-fastapi-demo .
docker run --rm -p 8000:8000 ruscker-fastapi-demo
# open http://localhost:8000/