normalize start script name for rabbitmq
this simply makes the source file match the installed name of the script. Change-Id: I5e7296780a34f36e28419b49e185be689e4745ad
This commit is contained in:
parent
6ccd3a9b44
commit
05b4364cbb
@ -4,5 +4,5 @@ MAINTAINER Lars Kellogg-Stedman <lars@redhat.com>
|
|||||||
RUN yum -y install rabbitmq-server; yum clean all
|
RUN yum -y install rabbitmq-server; yum clean all
|
||||||
ADD rabbitmq.config /etc/rabbitmq/
|
ADD rabbitmq.config /etc/rabbitmq/
|
||||||
ADD rabbitmq-env.conf /etc/rabbitmq/
|
ADD rabbitmq-env.conf /etc/rabbitmq/
|
||||||
ADD init-rabbitmq.sh /start.sh
|
ADD start.sh /start.sh
|
||||||
CMD ["/start.sh"]
|
CMD ["/start.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user