Added missing folder and restart of service

This commit is contained in:
Stefan H. 2020-08-01 16:47:40 +02:00 committed by GitHub
parent 9139f7529d
commit 1a2d890cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@ RUN apt-get install -y librsvg2-bin
# enable postfix to be able to send mails # enable postfix to be able to send mails
CMD ["/opt/docker/bin/usr-bin/docker-service-enable", "postfix"] CMD ["/opt/docker/bin/usr-bin/docker-service-enable", "postfix"]
CMD ["mkfifo", "/var/spool/postfix/public/pickup"]
RUN service postfix restart
#restart apache #restart apache
RUN service apache2 restart RUN service apache2 restart