Add --chmod option to apache and fpm-alpine variants
authorThomas Bruederli <redacted>
Sun, 24 Apr 2022 20:57:22 +0000 (22:57 +0200)
committerThomas Bruederli <redacted>
Sun, 24 Apr 2022 20:57:22 +0000 (22:57 +0200)
apache/Dockerfile
fpm-alpine/Dockerfile

index 37640e93be27f9666027b530d4dd76fa1064e1b4..10e7f2116891cae1a98848c9fb7be10a36e24a97 100644 (file)
@@ -111,7 +111,7 @@ RUN curl -fL https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait
 # use custom PHP settings
 COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini
 
-COPY docker-entrypoint.sh /
+COPY --chmod=0755 docker-entrypoint.sh /
 
 ENTRYPOINT ["/docker-entrypoint.sh"]
 CMD ["apache2-foreground"]
index dcaf64106c91863863c23c98b781dc5a19daaee9..2213669bfb63b26cce312497977c527b0ee24254 100644 (file)
@@ -103,7 +103,7 @@ RUN curl -fL https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait
 # use custom PHP settings
 COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini
 
-COPY docker-entrypoint.sh /
+COPY --chmod=0755 docker-entrypoint.sh /
 
 ENTRYPOINT ["/docker-entrypoint.sh"]
 CMD ["php-fpm"]
git clone https://git.99rst.org/PROJECT