What's New in v2.3.1
Docker Support
- Added
Dockerfilefor containerized deployment - Published to Docker Hub:
primetime43/ratings-to-plex-ratings - Added GitHub Actions workflow to automatically build and push Docker images on new releases
Getting Started with Docker
docker run -p 5000:5000 primetime43/ratings-to-plex-ratings:latest
Other Changes
- Updated README with Docker installation instructions
- Added
.dockerignorefor optimized image builds
Full Changelog: 2.3.0...2.3.1