mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fixed image rebuild bug and bumped version.
This commit is contained in:
@@ -125,11 +125,11 @@ ImageUtil.rebuild = function (imageId) {
|
||||
});
|
||||
ImageUtil.rebuildHelper(image, function (err) {
|
||||
if (err) { console.error(err); }
|
||||
});
|
||||
_.each(apps, function (app) {
|
||||
app = Apps.findOne(app._id);
|
||||
AppUtil.run(app, function (err) {
|
||||
if (err) { console.error(err); }
|
||||
_.each(apps, function (app) {
|
||||
app = Apps.findOne(app._id);
|
||||
AppUtil.run(app, function (err) {
|
||||
if (err) { console.error(err); }
|
||||
});
|
||||
});
|
||||
});
|
||||
} else {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Kitematic",
|
||||
"main": "index.js",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"dependencies": {
|
||||
"async": "^0.9.0",
|
||||
"chokidar": "git+https://github.com/usekite/chokidar.git",
|
||||
|
||||
Reference in New Issue
Block a user