Fix demo Docker build: copy packages/ for @newpublic/recurrence dep
demo/client/index.ts now imports parseRecurrenceRule and formatRecurrenceRule
from @newpublic/recurrence (added in the NLP parser feature). Dockerfile.demo
was not copying the packages/ directory, so npm ci failed to resolve the
file: dependency.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>