Skip to content

Commit

Permalink
♻️ :: HEALTHCHECK 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
정대현 committed May 12, 2022
1 parent b2a6fee commit 2f08103
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 openjdk:11-jre-slim

COPY ./build/libs/*.jar app.jar

HEALTHCHECK --interval=10s --timeout=5s --start-period=30s --retries=2 CMD curl -f http://127.0.0.1:8080 || exit 1
#HEALTHCHECK --interval=10s --timeout=5s --start-period=30s --retries=2 CMD curl -f http://127.0.0.1:8080 || exit 1

ENV TZ=Asia/Seoul
EXPOSE 8080
Expand Down

0 comments on commit 2f08103

Please sign in to comment.