Corrected usage RUN (instead of CMD)
This commit is contained in:
parent
1a2d890cf4
commit
0c5663a34d
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ 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
|
||||||
CMD ["/opt/docker/bin/usr-bin/docker-service-enable", "postfix"]
|
RUN /opt/docker/bin/usr-bin/docker-service-enable postfix
|
||||||
CMD ["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
|
||||||
|
|
Loading…
Reference in a new issue