File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ RUN set -ex; \
5858 chown --recursive www-data:root /var/log/librebooking; \
5959 chmod --recursive g+rwx /var/log/librebooking; \
6060 touch /usr/local/etc/php/conf.d/librebooking.ini; \
61- chown www-data:root /usr/local/etc/php/conf.d/librebooking.ini; \
6261 sed \
6362 -i /etc/apache2/ports.conf \
6463 -e 's/Listen 80/Listen 8080/' \
@@ -96,12 +95,14 @@ RUN set -ex; \
9695 /var/www/html/config \
9796 /var/www/html/tpl_c \
9897 /var/www/html/Web/uploads/images \
99- /var/www/html/Web/uploads/reservation; \
98+ /var/www/html/Web/uploads/reservation \
99+ /usr/local/etc/php/conf.d/librebooking.ini; \
100100 chmod g+rwx \
101101 /var/www/html/config \
102102 /var/www/html/tpl_c \
103103 /var/www/html/Web/uploads/images \
104- /var/www/html/Web/uploads/reservation; \
104+ /var/www/html/Web/uploads/reservation \
105+ /usr/local/etc/php/conf.d/librebooking.ini; \
105106 chown --recursive www-data:root \
106107 /var/www/html/plugins; \
107108 chmod --recursive g+rwx \
You can’t perform that action at this time.
0 commit comments