We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7036ce commit 19b603bCopy full SHA for 19b603b
src/DockerExecutorJavaServiceProvider.php
@@ -36,7 +36,7 @@ public function boot()
36
]);
37
38
// Build the instance image. This is the same as if you were to build it from the admin UI
39
- \Artisan::call('processmaker:build-script-executor java');
+ \Artisan::call('processmaker:build-script-executor java --rebuild');
40
41
// Restart the workers so they know about the new supported language
42
\Artisan::call('horizon:terminate');
0 commit comments