Added missing folder and restart of service
This commit is contained in:
parent
9139f7529d
commit
1a2d890cf4
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ RUN apt-get install -y librsvg2-bin
|
|||
|
||||
# enable postfix to be able to send mails
|
||||
CMD ["/opt/docker/bin/usr-bin/docker-service-enable", "postfix"]
|
||||
CMD ["mkfifo", "/var/spool/postfix/public/pickup"]
|
||||
RUN service postfix restart
|
||||
|
||||
#restart apache
|
||||
RUN service apache2 restart
|
||||
|
|
Loading…
Reference in a new issue