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

Reword docker usage hint #954

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

WhyNotHugo
Copy link
Contributor

By default docker copies .git, so reworded that a bit. Note that, it is good practice to avoid copying .git into container images.

The provided snippet doesn't infer the version in the host; it merely mounts the git directory so that the version is inferred inside the container build environment. Corrected this clarification.

By default docker copies `.git`, so reworded that a bit. Note that, it
**is** good practice to avoid copying `.git` into container images.

The provided snippet doesn't infer the version in the host; it merely
mounts the git directory so that the version is inferred inside the
container build environment. Corrected this clarification.
@RonnyPfannschmidt RonnyPfannschmidt merged commit 06e0aaf into pypa:main Oct 10, 2023
18 checks passed
@RonnyPfannschmidt
Copy link
Contributor

Thanks

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.

None yet

2 participants