POLICY: Missing .dockerignore #140
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Per REPO_POLICIES.md, new repos must contain a
.dockerignore. The upaas repo has none, which means the Docker build context includes.git/and other unnecessary files, slowing builds.Closing as duplicate.