Skip to content

Commit c071e1f

Browse files
committed
Remove rebuild flag from installer
1 parent 19b603b commit c071e1f

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

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

0 commit comments

Comments
 (0)