Merge pull request #504 from surajnarwade/minor_fix

Removed Duplicate line(build) from compose.go
This commit is contained in:
Tomas Kral
2017-03-22 13:08:08 +01:00
committed by GitHub
-1
View File
@@ -321,7 +321,6 @@ func (c *Compose) LoadFile(files []string) (kobject.KomposeObject, error) {
serviceConfig.ContainerName = composeServiceConfig.ContainerName
serviceConfig.Command = composeServiceConfig.Entrypoint
serviceConfig.Args = composeServiceConfig.Command
serviceConfig.Build = composeServiceConfig.Build.Context
envs := loadEnvVars(composeServiceConfig.Environment)
serviceConfig.Environment = envs