Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
seung-jun2 authored Jul 1, 2024
1 parent 00a316e commit 515893c
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 @@ -15,5 +15,5 @@ HEALTHCHECK --interval=30s --timeout=10s --retries=3 \
CMD curl -f http://localhost:8081/actuator/health || exit 1

# 애플리케이션 실행
CMD ["java", "-jar", "build/libs/healthyLife1.0.jar"]
CMD ["java", "-jar", "build/libs/healthyLife-0.0.1-SNAPSHOT.jar"]

0 comments on commit 515893c

Please sign in to comment.