Obviously I don't know what I'm doing here...

This commit is contained in:
Stefan H. 2020-08-01 17:02:03 +02:00 committed by GitHub
parent 0c5663a34d
commit 23e3474060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,9 @@ RUN apt-get update
RUN apt-get install -y librsvg2-bin RUN apt-get install -y librsvg2-bin
# enable postfix to be able to send mails # enable postfix to be able to send mails
RUN /opt/docker/bin/usr-bin/docker-service-enable postfix #RUN /opt/docker/bin/usr-bin/docker-service-enable postfix
RUN mkfifo /var/spool/postfix/public/pickup #RUN mkfifo /var/spool/postfix/public/pickup
RUN service postfix restart #RUN service postfix restart
#restart apache #restart apache
RUN service apache2 restart RUN service apache2 restart