Skip to content

Commit

Permalink
fix: make build artifacts accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejhlavacek authored and kacurez committed Jun 6, 2018
1 parent 625ac3f commit 98b8c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ ENV BOOT_CLOJURE_VERSION=1.9.0
ADD . /code
WORKDIR /code
RUN boot build
RUN chmod a+r target/ex-fb-graph-api-1.0.jar
EXPOSE 1111
ENTRYPOINT ["java", "-jar", "-Xmx1g","target/ex-fb-graph-api-1.0.jar", "-d" , "/data/"]

0 comments on commit 98b8c3b

Please sign in to comment.