Skip to content

Commit 6976b9a

Browse files
committed
Use consistent indent. #509
1 parent e9d30ad commit 6976b9a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ RUN set -x \
2626
php8-pdo_sqlite \
2727
php8-phar \
2828
php8-simplexml \
29-
php8-session \
29+
php8-session \
3030
php8-pecl-mongodb \
31-
# Use www-data uid from alpine also present in docker php images
32-
&& adduser -u 82 -D -S -G www-data www-data \
31+
# Use www-data uid from alpine also present in docker php images
32+
&& adduser -u 82 -D -S -G www-data www-data \
3333
# Tweak php-fpm config
3434
&& sed -i \
3535
-e "s#^;daemonize\s*=\s*yes#daemonize = no#" \
@@ -53,7 +53,7 @@ RUN set -x \
5353
&& ln -s /dev/stderr /var/log/php/fpm.error.log \
5454
&& ln -s /dev/stdout /var/log/nginx/access.log \
5555
&& ln -s /dev/stderr /var/log/nginx/error.log \
56-
&& ln -s /usr/bin/php8 /usr/bin/php \
56+
&& ln -s /usr/bin/php8 /usr/bin/php \
5757
&& php -m
5858

5959
FROM xhgui/xhgui:latest AS php-prebuilt

0 commit comments

Comments
 (0)