Single COPY to reduce number of layers
This commit is contained in:
parent
aa1686300a
commit
de6031105c
@ -10,13 +10,11 @@ RUN yum install -y epel-release && yum update -y && \
|
|||||||
RUN sed -i -e "s/^nodaemon=false/nodaemon=true/" /etc/supervisord.conf
|
RUN sed -i -e "s/^nodaemon=false/nodaemon=true/" /etc/supervisord.conf
|
||||||
RUN sed -i -e 's/inet_interfaces = localhost/inet_interfaces = all/g' /etc/postfix/main.cf
|
RUN sed -i -e 's/inet_interfaces = localhost/inet_interfaces = all/g' /etc/postfix/main.cf
|
||||||
|
|
||||||
COPY etc/*.conf /etc/
|
COPY etc/ /etc/
|
||||||
COPY etc/rsyslog.d/* /etc/rsyslog.d
|
|
||||||
COPY run.sh /
|
COPY run.sh /
|
||||||
RUN chmod +x /run.sh
|
RUN chmod +x /run.sh
|
||||||
COPY etc/supervisord.d/*.ini /etc/supervisord.d/
|
|
||||||
RUN newaliases
|
RUN newaliases
|
||||||
|
|
||||||
EXPOSE 25
|
EXPOSE 25
|
||||||
#ENTRYPOINT ["/run.sh"]
|
#ENTRYPOINT ["/run.sh"]
|
||||||
CMD ["/run.sh"]
|
CMD ["/run.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user