Docs

Docker

Use Docker when you want a self-contained Paperclip instance without installing Node or pnpm on the host machine. This page covers the quickstart image, the manual image build, and what persists betw…

Docker

Use Docker when you want a self-contained Paperclip instance without installing Node or pnpm on the host machine.

This page covers the quickstart image, the manual image build, and what persists between container restarts.

---

Compose Quickstart

The recommended path is the compose-based quickstart:

sh docker compose -f docker/docker-compose.quickstart.yml up --build

Open the app at:

txt http://localhost:3100

Defaults: