mirror of https://github.com/docker/docs.git
Fixed a bug where creating image without volume hangs.
This commit is contained in:
parent
c4d103574d
commit
c76ac562f8
|
@ -67,6 +67,8 @@ Util.copyVolumes = function (directory, appName, callback) {
|
|||
console.log('Copied volumes for: ' + appName);
|
||||
callback(null);
|
||||
});
|
||||
} else {
|
||||
callback(null);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue