Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
fixed iri version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul D Handy committed Oct 24, 2017
1 parent 9c2eb1b commit 40f27ae
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 @@ -5,7 +5,7 @@ RUN mvn clean package

FROM openjdk:jre-slim
WORKDIR /iri
COPY --from=builder /iri/target/iri-1.4.1.jar iri.jar
COPY --from=builder /iri/target/iri-1.4.1.1.jar iri.jar
COPY logback.xml /iri
VOLUME /iri

Expand Down

0 comments on commit 40f27ae

Please sign in to comment.