gutmensch / docker-dmarc-report

229 stars 26 forks source link

Fix execution order in entrypoint.sh #23

Closed kimdre closed 2 years ago

kimdre commented 2 years ago

I just checked my changes in PR #22 and I made a mistake in my commit yesterday that makes my code changes in the entrypoint.sh unreachable because supervisord is running in foreground mode. It should be right before the line to start supervisord like in this PR. Sorry for that.