diff --git a/Dockerfile b/Dockerfile index 2b9f951..ba10155 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ RUN echo "" >> /etc/supervisord.conf && \ echo "[program:cron]" >> /etc/supervisord.conf && \ echo "command=/usr/sbin/crond -f" >> /etc/supervisord.conf && \ echo "stdout_logfile=/dev/fd/1" >> /etc/supervisord.conf && \ - echo "stdout_logfile_maxbytes=0" >> /etc/supervisord.conf + echo "stdout_logfile_maxbytes=0" >> /etc/supervisord.conf && \ + echo "redirect_stderr=true" >> /etc/supervisord.conf ENTRYPOINT ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"] \ No newline at end of file