#84 Updated code according to PR comments
authorFabio Kruger <redacted>
Sat, 28 Mar 2020 11:38:56 +0000 (12:38 +0100)
committerFabio Kruger <redacted>
Sat, 28 Mar 2020 11:38:56 +0000 (12:38 +0100)
Signed-off-by: Fabio Kruger <redacted>
apache/Dockerfile
fpm-alpine/Dockerfile
fpm/Dockerfile

index 4e246d71c570b0b8870fa411b9bf1fe97b0b360e..86563e891fe2d09f3ba07db4cc07807446eccd8c 100644 (file)
@@ -75,7 +75,7 @@ RUN set -ex; \
        tar -xf roundcubemail.tar.gz -C /usr/src/roundcubemail --strip-components=1; \
        rm -r "$GNUPGHOME" roundcubemail.tar.gz.asc roundcubemail.tar.gz; \
        rm -rf /usr/src/roundcubemail/installer; \
-       chown -R www-data:www-data /usr/src/roundcubemail/
+       chown -R www-data:www-data /usr/src/roundcubemail/logs
 
 # include the wait-for-it.sh script
 RUN curl -fL https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh > /wait-for-it.sh && chmod +x /wait-for-it.sh
index 3d900cc154a5ee783ef09b2f71ecb52cd065bd70..1539bc7a3436057007d983273041cd31dd60462b 100644 (file)
@@ -70,7 +70,7 @@ RUN set -ex; \
        tar -xf roundcubemail.tar.gz -C /usr/src/roundcubemail --strip-components=1; \
        rm -r "$GNUPGHOME" roundcubemail.tar.gz.asc roundcubemail.tar.gz; \
        rm -rf /usr/src/roundcubemail/installer; \
-       chown -R www-data:www-data /usr/src/roundcubemail/; \
+       chown -R www-data:www-data /usr/src/roundcubemail/logs; \
        apk del .fetch-deps
 
 # include the wait-for-it.sh script
index 7226d9926b8d86b05c8e68d8f4fced357d616956..e33b85aac010c797afeba8ed2c796a016483d147 100644 (file)
@@ -73,7 +73,7 @@ RUN set -ex; \
        tar -xf roundcubemail.tar.gz -C /usr/src/roundcubemail --strip-components=1; \
        rm -r "$GNUPGHOME" roundcubemail.tar.gz.asc roundcubemail.tar.gz; \
        rm -rf /usr/src/roundcubemail/installer; \
-       chown -R www-data:www-data /usr/src/roundcubemail/
+       chown -R www-data:www-data /usr/src/roundcubemail/logs
 
 # include the wait-for-it.sh script
 RUN curl -fL https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh > /wait-for-it.sh && chmod +x /wait-for-it.sh
git clone https://git.99rst.org/PROJECT