Skip to content
Snippets Groups Projects
Unverified Commit a5a4ef84 authored by Roma's avatar Roma Committed by Rémy Huet
Browse files

Bug sur la génération (le script de config était lancé dans la génération,...

Bug sur la génération (le script de config était lancé dans la génération, sans prendre en compte les variables)
parent 94d08e12
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -59,5 +59,5 @@ COPY --chown=opendmarc:opendmarc spam/ignore.hosts /etc/opendmarc/ignore.hosts
COPY saslauthd-postfix /etc/default/
COPY config.sh /
COPY entrypoint.sh /
RUN ["/config.sh"]
ENTRYPOINT ["/entrypoint.sh"]
#!/bin/bash
/config.sh
service rsyslog start
service opendmarc start
service opendkim start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment