We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b603b commit c071e1fCopy full SHA for c071e1f
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 --rebuild');
+ \Artisan::call('processmaker:build-script-executor java');
40
41
// Restart the workers so they know about the new supported language
42
\Artisan::call('horizon:terminate');
0 commit comments