fix(libstack): compose project working directory [BE-11751] (#600)
This commit is contained in:
@@ -312,10 +312,6 @@ func createProject(ctx context.Context, configFilepaths []string, options libsta
|
||||
workingDir = filepath.Dir(configFilepaths[0])
|
||||
}
|
||||
|
||||
if options.WorkingDir != "" {
|
||||
workingDir = options.WorkingDir
|
||||
}
|
||||
|
||||
if options.ProjectDir != "" {
|
||||
// When relative paths are used in the compose file, the project directory is used as the base path
|
||||
workingDir = options.ProjectDir
|
||||
|
||||
Reference in New Issue
Block a user