Commit 8d718ae
committed
fix(backend): install curl for Docker healthchecks
The backend container was marked as unhealthy because the healthcheck
command uses curl but curl wasn't installed in the python:3.11-slim image.
- Added apt-get install curl to Dockerfile
- This fixes the healthcheck failures in production
- Container was actually running fine, just couldn't report health status1 parent cbdc50a commit 8d718ae
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
0 commit comments