Improve the Docker configuration so contributors can run any automation script inside a consistent and isolated environment.
Tasks
- Update docker/Dockerfile with Python dependencies
- Improve docker-compose.yml to support mounting the scripts/ folder
- Add an entry to docker/entrypoint.sh for running Python scripts automatically
- Add instructions to docs/docker_guide.md
- Test that backup_folder.py and cleanup_temp.py run correctly inside Docker
Goal
Make the Docker environment easy to use so contributors don’t need to install Python or packages locally.
Improve the Docker configuration so contributors can run any automation script inside a consistent and isolated environment.
Tasks
Goal
Make the Docker environment easy to use so contributors don’t need to install Python or packages locally.