Skip to content

Commit

Permalink
With the new pom, the jar file name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave North committed Feb 25, 2015
1 parent 8fcd3c6 commit 5fd83be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN mkdir /opt/zookeeper/transactions /opt/zookeeper/snapshots
RUN mkdir /opt/exhibitor
ADD include/pom.xml /opt/exhibitor/pom.xml
RUN cd /opt/exhibitor && mvn clean package
RUN ln -s /opt/exhibitor/target/exhibitor-1.0-jar-with-dependencies.jar /opt/exhibitor/exhibitor.jar
RUN ln -s /opt/exhibitor/target/exhibitor-1.0.jar /opt/exhibitor/exhibitor.jar

# Add the wrapper script to setup configs and exec exhibitor
ADD include/wrapper.sh /opt/exhibitor/wrapper.sh
Expand Down

0 comments on commit 5fd83be

Please sign in to comment.