Final fix

This commit is contained in:
2026-03-28 06:35:06 +01:00
parent d3df736609
commit f32135c70d

View File

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