mirror of
https://github.com/roundcube/roundcubemail-docker.git
synced 2026-05-05 02:46:14 +02:00
#84 Updated code according to PR comments
Signed-off-by: Fabio Kruger <krufab@gmail.com>
This commit is contained in:
parent
38a485b3f1
commit
42d33e54d6
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user