Skip to content

Commit

Permalink
fix missing symlink for php cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Sep 18, 2024
1 parent 55a9865 commit 528e37d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testin
&& sed -ie "s#include /etc/nginx/http.d/#include /etc/nginx/conf.d/#g" /etc/nginx/nginx.conf \
&& postconf "smtputf8_enable = no" && postconf "maillog_file=/var/log/postfix/mail.log" \
&& mkdir /var/www/html && chown nginx:nginx /var/www/html \
&& ln -sf /usr/bin/php82 /usr/bin/php \
&& ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log

Expand Down

0 comments on commit 528e37d

Please sign in to comment.