Skip to content

Commit 19b603b

Browse files
committed
Add rebuild flag to installer
1 parent f7036ce commit 19b603b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockerExecutorJavaServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function boot()
3636
]);
3737

3838
// 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');
39+
\Artisan::call('processmaker:build-script-executor java --rebuild');
4040

4141
// Restart the workers so they know about the new supported language
4242
\Artisan::call('horizon:terminate');

0 commit comments

Comments
 (0)