Skip to content

Commit f1807e4

Browse files
authored
Merge pull request #12 from fontebasso/php8
fix nginx directory on run
2 parents 33c77e9 + 9d815ab commit f1807e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ RUN \
5757
&& pecl install imagick-3.5.1 \
5858
&& docker-php-ext-enable --ini-name docker-php-ext-x-01-imagick.ini imagick \
5959
&& ln -sf /dev/stdout /var/log/nginx/access.log \
60-
&& ln -sf /dev/stderr /var/log/nginx/error.log \
61-
&& mkdir /run/nginx
60+
&& ln -sf /dev/stderr /var/log/nginx/error.log
6261

6362
COPY ./src /
6463
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"

0 commit comments

Comments
 (0)