Description:
The repository currently does not include a .dockerignore file.
This can lead to:
- Unnecessary files (e.g., .git/, node_modules/, venv/, logs, etc.) being copied into the Docker image
- Larger image sizes
- Slower build times
- Potential security issues (e.g., secrets accidentally being included)
Proposed Solution:
Add a .dockerignore file in the repository