mirror of https://github.com/docker/docs.git
Rebuild image restart the apps now.
This commit is contained in:
parent
b2ea4e0eb0
commit
fdb5437277
|
@ -118,9 +118,9 @@ ImageUtil.rebuildImage = function (imageId) {
|
||||||
});
|
});
|
||||||
_.each(apps, function (app) {
|
_.each(apps, function (app) {
|
||||||
app = Apps.findOne(app._id);
|
app = Apps.findOne(app._id);
|
||||||
/*Meteor.call('runApp', app, function (err) {
|
AppUtil.run(app, function (err) {
|
||||||
if (err) { console.error(err); }
|
if (err) { console.error(err); }
|
||||||
});*/
|
});
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
ImageUtil.rebuild(image, function (err) {
|
ImageUtil.rebuild(image, function (err) {
|
||||||
|
|
Loading…
Reference in New Issue