Skip to content

feat: add Dockerfile, release workflow, and API docs#26

Merged
cuibonobo merged 4 commits into
mainfrom
claude/project-deployment-setup-gjf8ba
Jun 21, 2026
Merged

feat: add Dockerfile, release workflow, and API docs#26
cuibonobo merged 4 commits into
mainfrom
claude/project-deployment-setup-gjf8ba

Conversation

@cuibonobo

Copy link
Copy Markdown
Member
  • Multi-stage Dockerfile (node:22-slim) with a non-root user and a
    /app/data volume for the SQLite DB and attachments
  • .dockerignore to keep the build context lean
  • .github/workflows/release.yml: bumps semver on every push to main
    using conventional commits, pushes Docker image to ghcr.io, and
    creates a GitHub release
  • docs/api.md: API reference and permissions model moved out of README
  • README trimmed to quick-start, Docker usage, configuration, and links

claude added 4 commits June 21, 2026 14:28
- Multi-stage Dockerfile (node:22-slim) with a non-root user and a
  /app/data volume for the SQLite DB and attachments
- .dockerignore to keep the build context lean
- .github/workflows/release.yml: bumps semver on every push to main
  using conventional commits, pushes Docker image to ghcr.io, and
  creates a GitHub release
- docs/api.md: API reference and permissions model moved out of README
- README trimmed to quick-start, Docker usage, configuration, and links
@cuibonobo cuibonobo merged commit 1940ec4 into main Jun 21, 2026
4 checks passed
@cuibonobo cuibonobo deleted the claude/project-deployment-setup-gjf8ba branch June 21, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants