Loading Dockerfile +1 −4 Original line number Diff line number Diff line FROM php:7.2-apache FROM php:7.4-apache MAINTAINER Julian Xhokaxhiu <info at julianxhokaxhiu dot com> # internal variables Loading Loading @@ -65,6 +65,3 @@ RUN composer install --no-plugins --no-scripts # fix permissions RUN chmod -R 0775 /var/www/html \ && chown -R www-data:www-data /var/www/html # create volumes VOLUME $FULL_BUILDS_DIR No newline at end of file src/Helpers/Build.php +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ // - builds/CURRENT_ZIP_FILE.zip.prop ( which must exist ) $prop_contents = @file_get_contents($this->getPropFilePath()); if(!file_exists($this->filePath.'.prop')) { file_put_contents($this->filePath . 'prop', $prop_contents) file_put_contents($this->filePath . 'prop', $prop_contents); } $this->buildProp = explode( "\n", $prop_contents); // Try to fetch build.prop values. In some cases, we can provide a fallback, in other a null value will be given Loading Loading
Dockerfile +1 −4 Original line number Diff line number Diff line FROM php:7.2-apache FROM php:7.4-apache MAINTAINER Julian Xhokaxhiu <info at julianxhokaxhiu dot com> # internal variables Loading Loading @@ -65,6 +65,3 @@ RUN composer install --no-plugins --no-scripts # fix permissions RUN chmod -R 0775 /var/www/html \ && chown -R www-data:www-data /var/www/html # create volumes VOLUME $FULL_BUILDS_DIR No newline at end of file
src/Helpers/Build.php +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ // - builds/CURRENT_ZIP_FILE.zip.prop ( which must exist ) $prop_contents = @file_get_contents($this->getPropFilePath()); if(!file_exists($this->filePath.'.prop')) { file_put_contents($this->filePath . 'prop', $prop_contents) file_put_contents($this->filePath . 'prop', $prop_contents); } $this->buildProp = explode( "\n", $prop_contents); // Try to fetch build.prop values. In some cases, we can provide a fallback, in other a null value will be given Loading