Skip to content

Commit 36ae053

Browse files
committed
fix php7 error log
1 parent 981bbf9 commit 36ae053

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
FROM node:slim as builder
32

43
ENV H5AI_VERSION=0.29.0
@@ -41,7 +40,7 @@ COPY --from=builder /h5ai/build/_h5ai /usr/share/h5ai/_h5ai
4140

4241
COPY slash/ /
4342

44-
RUN ln -sf /dev/stderr /var/log/fpm-php.www.log \
43+
RUN ln -sf /dev/stderr /var/log/php7/error.log \
4544
&& ln -sf /dev/stdout /var/log/nginx/access.log \
4645
&& ln -sf /dev/stderr /var/log/nginx/error.log \
4746
&& chown nginx:www-data /usr/share/h5ai/_h5ai/public/cache/ \

0 commit comments

Comments
 (0)