2 Commits

Author SHA1 Message Date
Xtrullor73
7cee22ae7f chore(docker): reduce Docker image size by optimizing dependency installations
- Use multi-stage builds to prune development dependencies
- Achieve reduced final image size by installing only necessary runtime dependencies
2024-06-18 01:23:27 -07:00
xtrullor73
06509c5695 feat(docker): create and configure Dockerfile for project
- Add Dockerfile to project root
- Install required dependencies including ffmpeg and libchromaprint-tools
- Set up working directory and copy necessary files
- Define entry point for running CLI application
- Configure volume mounting to reflect changes between container and local directory
2024-06-12 19:56:27 -07:00