Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 845985b9 authored by Akhil's avatar Akhil 🙂
Browse files

Formatting

parent 906c75f3
Loading
Loading
Loading
Loading
+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
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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