You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
137 B
Docker
5 lines
137 B
Docker
1 year ago
|
FROM rabbitmq:3-management
|
||
|
MAINTAINER Jose Mª Avila <bichi5@gmail.com>
|
||
|
RUN apt-get update
|
||
|
RUN apt-get install -y curl
|
||
|
EXPOSE 25672 15672
|