Summary
A Dockerfile would let people run a node without installing Node.js locally. Essential for DePIN deployment (Akash, Render).
What to implement
Dockerfile (Node 20 alpine, build + run)
docker-compose.yml (node + optional Ollama sidecar)
- Document in README
Good first issue?
Yes — standard Node.js Docker setup. Bonus points for multi-stage build.
Summary
A Dockerfile would let people run a node without installing Node.js locally. Essential for DePIN deployment (Akash, Render).
What to implement
Dockerfile(Node 20 alpine, build + run)docker-compose.yml(node + optional Ollama sidecar)Good first issue?
Yes — standard Node.js Docker setup. Bonus points for multi-stage build.