Skip to content

Commit

Permalink
Merge pull request #366 from DanielFran/generator-jhipster-7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFran authored Jul 31, 2022
2 parents 85222f0 + 8a718ba commit aef3908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jhipster/jhipster:v7.8.1
FROM jhipster/jhipster:v7.9.0
USER jhipster
COPY --chown=jhipster:jhipster . /home/jhipster/jhipster-online/
RUN \
Expand All @@ -8,7 +8,7 @@ RUN \
sleep 1 && \
./mvnw package -Pgcp -DskipTests && \
mv /home/jhipster/jhipster-online/target/*.war /home/jhipster && \
rm -Rf /home/jhipster/jhipster-online/ /home/jhipster/.m2 /home/jhipster/.cache /tmp/* /var/tmp/*
rm -Rf /home/jhipster/jhipster-online/ /home/jhipster/.m2 /home/jhipster/.cache /tmp/* /var/tmp/*

ENV SPRING_OUTPUT_ANSI_ENABLED=ALWAYS \
JHIPSTER_SLEEP=0 \
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash - && \
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
apt-get update && \
apt-get install -y nodejs yarn && \
yarn global add generator-jhipster@7.8.1
yarn global add generator-jhipster@7.9.0

CMD echo "The application will start in ${JHIPSTER_SLEEP}s..." && \
sleep ${JHIPSTER_SLEEP} && \
Expand Down

0 comments on commit aef3908

Please sign in to comment.