Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: restructure Dockerfile for multi-stage builds
Reorganize the Dockerfile to implement multi-stage builds for improved efficiency. Introduce a dedicated stage for ffmpeg to reduce image size and separate concerns. Set up a development stage for installing Python packages and a production stage to copy necessary binaries and dependencies. This enhances build performance and maintains a cleaner final image.
- Loading branch information