Skip to content

Commit

Permalink
Chore: modify Dockerfile for datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
MustSave committed Nov 1, 2023
1 parent a65894c commit 23854f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM amazoncorretto:17

RUN curl -o /dd-java-agent.jar 'https://dtdg.co/latest-java-tracer'

ARG jarFile=./build/libs/*.jar

COPY $jarFile app.jar
Expand Down

0 comments on commit 23854f1

Please sign in to comment.