Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
songhaechan committed Oct 28, 2023
1 parent c59205f commit b87f630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerFile-was01
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM openjdk:17-jdk

ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar
COPY scouter/agent.java/scouter-agent-java-2.20.0.jar scouter-agent-java-2.20.0.jar
ENTRYPOINT ["java","-javaagent:scouter-agent-java-2.20.0.jar","-Duser.timezone=Asia/Seoul","-jar","app.jar"]

0 comments on commit b87f630

Please sign in to comment.