Skip to content

Commit

Permalink
Feat : dockerfile prometheus yml파일 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
TaetaetaE01 committed Dec 4, 2024
1 parent 4736fb1 commit f62c6dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ EXPOSE 8080

COPY build/libs/*SNAPSHOT.jar mju-insurance.jar

# prometheus yml copy
COPY prometheus/prometheus.yml app/prometheus.yml



ENTRYPOINT ["java","-jar","/mju-insurance.jar"]

0 comments on commit f62c6dc

Please sign in to comment.