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 038a252 commit 6c6a0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:17-jdk-alpine
ADD https://github.com/pinpoint-apm/pinpoint/releases/download/1.7.3/pinpoint-agent-1.7.3.tar.gz /usr/local/
RUN tar -zxvf /usr/local/pinpoint-agent-1.7.3.tar.gz -C /usr/local/
ADD https://github.com/pinpoint-apm/pinpoint/releases/download/1.7.3/pinpoint-agent-1.7.3.tar.gz /usr/local/pinpoint-agent-1.7.3
RUN tar -zxvf /usr/local/pinpoint-agent-1.7.3.tar.gz -C /usr/local/pinpoint-agent-1.7.3
RUN sed -i 's/profiler.collector.ip=127.0.0.1/profiler.collector.ip=101.101.219.220/g' /usr/local/pinpoint-agent-1.7.3/pinpoint.config
COPY ${JAR_FILE} app.jar
EXPOSE 8080
Expand Down

0 comments on commit 6c6a0f6

Please sign in to comment.