Skip to content

Commit

Permalink
add bootstrap properties file to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Oct 21, 2018
1 parent 6fb8349 commit a514706
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 @@ -10,6 +10,7 @@ MAINTAINER Alex Barry
VOLUME /tmp
ADD build/libs/avc-0.0.1.jar app.jar
ADD src/resources/log4j2.yaml log4j2.yaml
ADD src/resources/application.properties bootstrap.properties
ADD src/resources/application.properties application.properties
ENV JAVA_OPTS=""
ENTRYPOINT exec java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar /app.jar

0 comments on commit a514706

Please sign in to comment.