Skip to content

Commit

Permalink
Dockerfile 수정 (#80)
Browse files Browse the repository at this point in the history
* {Build} : Jenkins CI/CD 설정

- Jenkinsfile 설정
- Dockerfile 설정

 #77

* {Build} : build.gradle에 health check를 위한 종속성 추가

- 'org.springframework.boot:spring-boot-starter-actuator'

 #77

* {Build} : Dockerfile 수정

- 디버그 추가

 #77
  • Loading branch information
mingy1206 authored Aug 2, 2024
1 parent 7f9caca commit e92bb82
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 @@ -8,4 +8,4 @@ EXPOSE 8090

ENV TZ Asia/Seoul

ENTRYPOINT ["java", "-jar", "app.jar"]
ENTRYPOINT ["java", "-jar", "app.jar", "--debug"]

0 comments on commit e92bb82

Please sign in to comment.