A lightweight status page featuring Nexo, the dxfrontier robot mascot, served from a minimal Node.js container.
docker pull ghcr.io/dxfrontier/nexo-container:latest
docker run -p 3000:3000 ghcr.io/dxfrontier/nexo-container:latest| Path | Description |
|---|---|
/ |
Nexo status page |
/healthz |
Health check ({"status":"ok"}) |
docker build -t nexo .
docker run -p 3000:3000 nexoMIT