Skip to content

Commit

Permalink
Re introduced Docker image cache improvments from jhipster#6744 (lost…
Browse files Browse the repository at this point in the history
… when merging jhipster#7722)
  • Loading branch information
smasset committed Sep 28, 2018
1 parent fb0b7f0 commit 7d70d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/server/templates/src/main/docker/Dockerfile.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ ADD entrypoint.sh entrypoint.sh
RUN chmod 755 entrypoint.sh && chown jhipster:jhipster entrypoint.sh
USER jhipster

ADD *.war app.war

ENTRYPOINT ["./entrypoint.sh"]

EXPOSE <%= serverPort %><% if (cacheProvider === 'hazelcast') { %> 5701/udp<% } %>

ADD *.war app.war

0 comments on commit 7d70d6e

Please sign in to comment.