FROM rabbitmq:3-management-alpine LABEL dev.egommerce.image.author="Piotr Biernat" LABEL dev.egommerce.image.vendor="Egommerce" LABEL dev.egommerce.image.service="api-eventubus" LABEL dev.egommerce.image.version="1.0" COPY ./api-eventbus/etc /etc/rabbitmq RUN rabbitmq-plugins --offline enable rabbitmq_peer_discovery_consul EXPOSE 5672