refactor RabbitMQ Dockerfile

This commit is contained in:
Mahmoud Zalt 2016-09-04 06:33:08 -04:00
parent a9ecdd0008
commit 1345164ac3
1 changed files with 1 additions and 8 deletions

View File

@ -1,12 +1,5 @@
#
# RabbitMQ Dockerfile
#
# https://github.com/dockerfile/rabbitmq
#
# Pull base image.
FROM rabbitmq
RUN rabbitmq-plugins enable --offline rabbitmq_management
EXPOSE 15671 15672
EXPOSE 15671 15672