markitdown/.dockerignore
lumin 5b811fd66a feat(docker): restructure Dockerfile for multi-stage build
Update the Dockerfile to implement a multi-stage build process. 
Introduce a dedicated FFmpeg stage and separate development, build, 
and production stages to optimize image size and improve build 
efficiency. Add necessary dependencies and configure the 
environment for better performance. Update the .dockerignore 
to exclude sensitive files and unnecessary directories.
2024-12-27 22:56:36 +09:00

9 lines
No EOL
93 B
Text

**/coverage
**/.env
**/.aws
**/.ssh
Dockerfile
docker-compose.yml
**/.DS_Store
**/venv
**/env