Archive dockerfile, agntcy-alignment-docs, and nodejs-sdk changes now that implementation is complete and pushed to develop. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
551 B
551 B
Why
The docker-compose.yml app service references a Dockerfile that does not exist. Docker containerisation is a Phase 1 P1 item. Without it, the full docker-compose stack cannot start and the DevOps deployment path is incomplete.
What Changes
- New
Dockerfileat project root — multi-stage build (builder + production) - New
.dockerignore— excludesnode_modules,dist, test files,.env docker-compose.ymlappservice becomes fully functional
What Does Not Change
- No source code changes
- No dependency changes