github BradGroux/veritas-kanban v2.1.2
v2.1.2 — Docker Path Resolution Fix

4 hours ago

Fixed

  • Docker Path Resolution (#102) — Fixed WORKDIR resolution so services correctly find .veritas-kanban in containerized deployments
    • Root cause: Services use process.cwd()/.. to locate project root; with WORKDIR /app this resolved to / (filesystem root), causing EACCES: permission denied on container startup
    • Fix: Changed production WORKDIR to /app/server, ensured /app/tasks and /app/server are writable
    • Impact: Resolves permission denied errors when starting VK in Docker containers

Upgrade

git pull origin main
docker compose build --no-cache
docker compose up -d

Full Changelog: v2.1.1...v2.1.2

Don't miss a new veritas-kanban release

NewReleases is sending notifications on new releases.