Fixed error

This commit is contained in:
2026-03-28 06:28:26 +01:00
parent 25eb0b52ac
commit d3df736609

View File

@@ -92,6 +92,7 @@ RUN touch /etc/opendkim/KeyTable /etc/opendkim/SigningTable /etc/opendkim/Truste
&& chown opendkim:opendkim /etc/opendkim/KeyTable /etc/opendkim/SigningTable /etc/opendkim/TrustedHosts
RUN touch /etc/rsyslog.d/stdout.conf && \
mkdir -p /etc/rsyslog.d/ && \
echo "*.* /dev/stdout" > /etc/rsyslog.d/stdout.conf
COPY entrypoint.sh /usr/local/bin/entrypoint.sh