Skip to content

Commit

Permalink
what about dot in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Dec 16, 2017
1 parent 2e59475 commit 2d55560
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
@@ -1,6 +1,6 @@
FROM azul/zulu-openjdk:latest
MAINTAINER Max De Marzi<maxdemarzi@gmail.com>
EXPOSE 8080
COPY $HOME/target/uranusdb.jar uranusdb.jar
COPY $HOME/conf/uranus.conf /conf/application.conf
COPY ./conf/uranus.conf /conf/application.conf
COPY ./target/uranusdb.jar uranusdb.jar
CMD ["java", "-jar", "uranusdb.jar"]

0 comments on commit 2d55560

Please sign in to comment.