Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move .dockerignore to root #8690

Merged
merged 1 commit into from
Jul 23, 2022
Merged

Move .dockerignore to root #8690

merged 1 commit into from
Jul 23, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jul 23, 2022

Resolves #8685

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Relocation of .dockerignore file for better organization.

πŸ“Š Key Changes

  • Renamed and moved .dockerignore file from utils/docker/ directory to the root directory.

🎯 Purpose & Impact

  • Simplifies Docker context by having .dockerignore at project root, which can lead to faster build times.
  • Provides a more standard structure that is easier for developers to recognize and use.
  • Reduces the risk of accidentally including unnecessary files in Docker builds, making container images more secure and lightweight. πŸš€

@glenn-jocher glenn-jocher self-assigned this Jul 23, 2022
@glenn-jocher glenn-jocher merged commit b510957 into master Jul 23, 2022
@glenn-jocher glenn-jocher deleted the update/docker_ignore branch July 23, 2022 16:50
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maybe a little mistake in Dockerfile
1 participant