Fix Docker compose build command and remove debug statements

This commit is contained in:
Andras Bacsai
2023-12-01 22:16:27 +01:00
parent cd7852e4f9
commit 028a2eb275
4 changed files with 2 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
public function __construct(public Server $server)
{
if (isDev()) $this->handle();
}