Skip to content

Commit

Permalink
Checkout v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lloyd Watkin committed Oct 17, 2014
1 parent 203426b commit 51f41c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get upgrade -y
RUN apt-get install -y maven

RUN git clone https://github.com/buddycloud/buddycloud-server-java.git
RUN cd buddycloud-server-java && mvn package
RUN cd buddycloud-server-java && git checkout v0.18.0 && mvn package
ADD src/main/resources/log4j.properties /data/buddycloud-server-java/
ADD contrib/docker/start.sh /data/
RUN chmod +x start.sh
CMD ./start.sh
CMD ./start.sh

0 comments on commit 51f41c0

Please sign in to comment.