From 95e800fde7f9b4c0a3e3514f864579f57644fa76 Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Mon, 11 Nov 2024 00:07:22 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Dockefile=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layer-batch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layer-batch/Dockerfile b/layer-batch/Dockerfile index ea09a3c3..391fc1a4 100644 --- a/layer-batch/Dockerfile +++ b/layer-batch/Dockerfile @@ -7,4 +7,4 @@ COPY ${JAR_FILE} layer-batch.jar ENV SPRING_PROFILE=${SPRING_PROFILE} -ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul","-Dspring.profiles.active=prod" ,"-jar" ,"layer-batch.jar"] \ No newline at end of file +ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul","-jar" ,"layer-batch.jar"] \ No newline at end of file