Skip to content

Commit

Permalink
fix php7 error log
Browse files Browse the repository at this point in the history
  • Loading branch information
pad92 committed Jul 10, 2018
1 parent 981bbf9 commit 36ae053
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

FROM node:slim as builder

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

COPY slash/ /

RUN ln -sf /dev/stderr /var/log/fpm-php.www.log \
RUN ln -sf /dev/stderr /var/log/php7/error.log \
&& ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log \
&& chown nginx:www-data /usr/share/h5ai/_h5ai/public/cache/ \
Expand Down

0 comments on commit 36ae053

Please sign in to comment.