Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit04c035b

Browse files
committed
Adds addgroup/adduser commands and config copy to php dockerfile
1 parentf3d06f3 commit04c035b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎php.dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM php:7.4-fpm-alpine
22

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+
37
WORKDIR /var/www/html
48

59
RUN docker-php-ext-install pdo pdo_mysql

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp