Skip to content

Commit

Permalink
chore: dockerfile 수정
Browse files Browse the repository at this point in the history
- timezone 변경
  • Loading branch information
hoa0217 committed Mar 10, 2024
1 parent 06deea4 commit fac30e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ ARG JAR_FILE=build/libs/*-SNAPSHOT.jar
ARG PINPOINT_AGENT_DIR=pinpoint-agent-2.5.3
COPY ${JAR_FILE} app.jar
COPY ${PINPOINT_AGENT_DIR} /pinpoint-agent
ENV TZ=Asia/Seoul

ENTRYPOINT ["java", "-jar", "-javaagent:/pinpoint-agent/pinpoint-bootstrap-2.5.3.jar", "-Dpinpoint.agentId=modoospace-release", "-Dpinpoint.applicationName=modoospace-release", "-Dpinpoint.profiler.profiles.active=release", "app.jar"]

0 comments on commit fac30e1

Please sign in to comment.