Update comment.

This commit is contained in:
Tejal Desai 2020-05-05 22:27:28 -07:00 committed by GitHub
parent 5e275d9824
commit 113c2397ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ func GetExcludedFiles(dockerfilepath string, buildcontext string) error {
// ExcludeFile returns true if the .dockerignore specified this file should be ignored
func ExcludeFile(path, buildcontext string) bool {
// Do not apply dockerfile excludes for first stage
// Apply dockerfile excludes for first stage only
if !IsFirstStage {
return false
}