From 6c6a0f6c206ab0244359d074224af0acd265b4bd Mon Sep 17 00:00:00 2001 From: SoohoLee Date: Wed, 5 Jul 2023 14:55:48 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 25fa139f..7b8c0204 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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