Skip to content

Commit b9439f9

Browse files
committed
[docker] You can do it!
1 parent af22f15 commit b9439f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/scripts/install_plugins.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ if(plugins.length > 0){
1010

1111
//processing plugin files for production mode
1212
console.log("Processing plugin files for production mode");
13-
manager.prepareProduction();
13+
manager.prepareProduction(() => {
14+
console.log("Exiting");
15+
process.exit(0);
16+
});
1417
}

0 commit comments

Comments
 (0)