fix: update Dockerfile and documentation for APT_CACHER_NG configuration
Some checks failed
CI/CD Pipeline / test (push) Successful in 18s
CI/CD Pipeline / build (push) Successful in 1m3s
CI/CD Pipeline / push (push) Failing after 35s

This commit is contained in:
2025-11-01 19:41:58 +01:00
parent a51d500777
commit fee955f01d
4 changed files with 10 additions and 5 deletions

View File

@@ -39,3 +39,7 @@ The application includes an automated scheduler that runs the job scraping proce
- **Testing**: Comprehensive test suite in `tests/test_scheduler.py`
To modify the scheduling interval, edit the `start_scheduler()` function in `web/craigslist.py`.
## Docker Deployment
Please see [README-Docker.md](README-Docker.md) for instructions on deploying the application using Docker.