Skip to content

Commit 146da2a

Browse files
author
David Coutadeur
committed
fix permission issue on config.inc.php link when container run unprivileged (#1022)
1 parent f4e62fc commit 146da2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/docker/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ install -m 755 packaging/docker/entrypoint.sh /rootfs/
5252

5353
install --directory -D \
5454
"/rootfs/var/www/htdocs/vendor" \
55-
"/rootfs/var/www/conf" \
5655
:
5756

5857
install --owner www-data --group www-data --directory -D \
5958
"/rootfs/var/www/templates_c" \
6059
"/rootfs/var/www/cache" \
60+
"/rootfs/var/www/conf" \
6161
:
6262

6363
sed conf/config.inc.php \

0 commit comments

Comments
 (0)