Skip to content

Commit

Permalink
RabbitMQ docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshul Vohra committed Mar 16, 2020
1 parent 63102bd commit 793ef5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rabbit_server/dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM rabbitmq:3-management
RUN apt-get update
RUN apt-get install -y curl
EXPOSE 4369 5671 5672 25672 15671 15672

0 comments on commit 793ef5a

Please sign in to comment.