public function __construct($out, $page, $resolutionRatio, $mobileRatio, $format = 'jpg', $resolution = 150, $quality = 85, $withGraphics = true, $withTexts = true, $version = 'html', $force = false)
{
- error_log('Begin process file : [' . $out . ',' . $page . ']');
+ error_log('Begin process file : [' . $out . ',' . $page . ',' . $format . ',' . $resolution . ',' . $quality . ',' . ($withGraphics ? 'graphics' : 'no graphics') . ',' . ($withTexts ? 'texts' : 'no texts') . ',' . $resolutionRatio . '|' . $mobileRatio . ']');
if (stristr($out, 'usstorage')) {
$this->setRegion('US');
chmod 755 ./ssh
chmod 600 ./ssh/id_rsa
DOCKER_BUILDKIT=1 docker compose build
-docker compose down
+docker compose down -v
+rm -rf ./app/vendor
docker compose up -d
#docker exec fluidbook-processfarm apt update
#docker exec fluidbook-processfarm apt upgrade -y