Commit cd263e1
committed
fix: Remove invalid Docker build targets from docker-compose-deploy.yml
🔧 Docker Compose Fix
## Issue Fixed:
- Docker build failing with 'failed to reach build target production'
- docker-compose-deploy.yml referencing non-existent multi-stage targets
## Solution:
- Removed 'target: production' from nodebook-p2p service
- Removed 'target: production' from signaling-server service
- Simplified to use single-stage Dockerfile.prod
## Key Changes:
- nodebook-p2p: Removed target specification
- signaling-server: Removed target specification
- Both services now use simplified Dockerfile.prod
This fixes the production deployment build error where Docker
was trying to reach non-existent build targets.1 parent 5df1f0d commit cd263e1
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
79 | | - | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
| |||
0 commit comments