Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
angelSuho authored Jul 5, 2023
1 parent 68de4b3 commit 13f79be
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 @@ -7,6 +7,7 @@ COPY ${JAR_FILE} app.jar
EXPOSE 8080
ENTRYPOINT ["java","-jar", \
"-javaagent:/usr/local/pinpoint-bootstrap-1.7.3.jar", \
"-Dpinpoint.agentId=abcd", \
"-Dpinpoint.applicationName=TrendPick", \
"-Dpinpoint.config=/usr/local/pinpoint.config", \
"-Dspring.profiles.active=prod", \
Expand Down

0 comments on commit 13f79be

Please sign in to comment.