Skip to content

Commit 2bb8927

Browse files
authored
fix: Allow locale writing in OpenShift kube (#161)
1 parent ac1b166 commit 2bb8927

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)