mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: dev containerjobs
This commit is contained in:
parent
6ced607f2a
commit
49c56524e1
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
|
|||
|
||||
public function __construct(public Server $server)
|
||||
{
|
||||
if (isDev()) {
|
||||
$this->handle();
|
||||
}
|
||||
}
|
||||
|
||||
public function handle()
|
||||
|
|
|
|||
Loading…
Reference in a new issue