We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d06f3 commit 04c035bCopy full SHA for 04c035b
php.dockerfile
@@ -1,5 +1,9 @@
1
FROM php:7.4-fpm-alpine
2
3
+RUN addgroup -S 1000 && adduser -S 1000 -G 1000
4
+
5
+ADD ./php/www.conf /usr/local/etc/php-fpm.d/www.conf
6
7
WORKDIR /var/www/html
8
9
RUN docker-php-ext-install pdo pdo_mysql
0 commit comments