Final fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user