Skip to content

Commit

Permalink
Merge pull request #5648 from deftdawg/patch-1
Browse files Browse the repository at this point in the history
Correct Docker image to run jhlite-*.jar instead of jhlite-*-test.jar
  • Loading branch information
pascalgrimaud authored Mar 14, 2023
2 parents 7ecbf94 + afccf22 commit de4218e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
chmod +x mvnw && \
./mvnw package -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip && \
mv /code/jhipster-app/target/*.jar /code/ && \
rm -Rf /code/jhipster-app/ /root/.m2 /root/.cache /tmp/* /var/tmp/*
rm -Rf /code/jhipster-app/ /root/.m2 /root/.cache /tmp/* /var/tmp/* /code/*-tests.jar

ENV SPRING_OUTPUT_ANSI_ENABLED=ALWAYS \
JAVA_OPTS="" \
Expand Down

0 comments on commit de4218e

Please sign in to comment.