Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
enst committed Jul 25, 2015
1 parent d48dd14 commit 354eb0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
FROM bingli/kazoo-base
MAINTAINER Bing Li <[email protected]>

RUN yum install -y kazoo-bigcouch-R15B
RUN yum install -y kazoo-R15B

ADD entrypoint.sh /root/

VOLUME ["/srv", "/var/log"]
VOLUME ["/var/log"]

ENTRYPOINT ["/root/entrypoint.sh"]

EXPOSE 5984 5986



0 comments on commit 354eb0b

Please sign in to comment.