Skip to content

Commit

Permalink
added extra logging in bootJar
Browse files Browse the repository at this point in the history
  • Loading branch information
satyam7world committed Dec 25, 2023
1 parent f241e35 commit e6e4cdf
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 @@ -2,7 +2,7 @@ FROM amazoncorretto:21 as builder
COPY . /opt
WORKDIR /opt
RUN chmod 777 gradlew
RUN ./gradlew bootJar
RUN ./gradlew bootJar --info --stacktrace

FROM amazoncorretto:21-alpine3.17 as final
EXPOSE 8080
Expand Down

0 comments on commit e6e4cdf

Please sign in to comment.