Skip to content

Commit

Permalink
EPMRPP-97124 || Fix Health endpoint (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski authored Nov 29, 2024
1 parent 62b42cb commit 7fad469
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ ENV JAVA_OPTS="-Xmx1g -XX:+UseG1GC -XX:InitiatingHeapOccupancyPercent=70 -Djava.
WORKDIR $APP_DIR
COPY --from=build $APP_DIR/build/libs/service-jobs-*exec.jar .
VOLUME ["/tmp"]
EXPOSE 8080
EXPOSE 8686
ENTRYPOINT exec java ${JAVA_OPTS} -jar ${APP_DIR}/service-jobs-*exec.jar
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ dependencies {
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
implementation 'org.apache.commons:commons-lang3:3.12.0'

implementation 'org.apache.tomcat.embed:tomcat-embed-core:9.0.96'
implementation 'org.apache.tomcat.embed:tomcat-embed-el:9.0.96'
implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.96'

implementation 'ch.qos.logback:logback-classic'
implementation 'ch.qos.logback:logback-core'
implementation 'org.springframework:spring-webmvc'
Expand Down

0 comments on commit 7fad469

Please sign in to comment.