We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a95f73 commit 7370563Copy full SHA for 7370563
php/Dockerfile
@@ -55,6 +55,9 @@ RUN apk del .build-deps .phpize-deps \
55
# Set recommended PHP.ini settings and configure error logging
56
COPY error-logging.ini expose.ini /usr/local/etc/php/conf.d/
57
58
+# Configure sendmail path for MSMTP
59
+RUN echo "sendmail_path = '/usr/bin/msmtp -t'" > /usr/local/etc/php/conf.d/mail.ini
60
+
61
# Copy Composer and WP-CLI from their respective stages
62
COPY --from=composer_builder /usr/local/bin/composer /usr/local/bin/composer
63
COPY --from=wpcli_builder /usr/local/bin/wp /usr/local/bin/wp
0 commit comments