Skip to content

Commit

Permalink
Merge branch 'master' into oidc-support
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Oct 22, 2017
2 parents ccaa868 + bb49e3a commit 91c1552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ ENV SPRING_OUTPUT_ANSI_ENABLED=ALWAYS \
GIT_SEARCH_PATHS=central-config
EXPOSE 8761
COPY --from=builder /jhipster-registry.war .
RUN mkdir /target && \
chmod g+rwx /target
CMD ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/jhipster-registry.war","--spring.cloud.config.server.git.uri=${GIT_URI}","--spring.cloud.config.server.git.search-paths=${GIT_SEARCH_PATHS}"]

0 comments on commit 91c1552

Please sign in to comment.