build(docker): add integration tests, Dockerfile, and docker-compose for packaging

This commit is contained in:
m3tm3re
2026-02-04 20:20:39 +01:00
parent 867b47efd0
commit 1a01b46ed6
6 changed files with 506 additions and 3 deletions

View File

@@ -1302,7 +1302,7 @@ Critical Path: Task 1 → Task 4 → Task 7 → Task 10 → Task 13 → Task 16
### Wave 5: Packaging
- [ ] 13. Integration Tests
- [x] 13. Integration Tests
**What to do**:
- Create end-to-end integration tests
@@ -1345,7 +1345,7 @@ Critical Path: Task 1 → Task 4 → Task 7 → Task 10 → Task 13 → Task 16
---
- [ ] 14. Dockerfile Creation
- [x] 14. Dockerfile Creation
**What to do**:
- Create multi-stage Dockerfile as per spec
@@ -1405,7 +1405,7 @@ Critical Path: Task 1 → Task 4 → Task 7 → Task 10 → Task 13 → Task 16
---
- [ ] 15. Docker Compose Configuration
- [x] 15. Docker Compose Configuration
**What to do**:
- Create docker-compose.yml for local development