From 0786b5a8366ca991f53a134b5ca324b73289b6a1 Mon Sep 17 00:00:00 2001 From: Park Sejin Date: Tue, 13 Aug 2024 19:21:56 +0900 Subject: [PATCH] =?UTF-8?q?[DEPLOY]:=20Dockerfile=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37291eb..0680d2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ COPY ${JAR_FILE} app.jar EXPOSE 8080 -ENTRYPOINT ["java", "-jar", "/app.jar"] \ No newline at end of file +ENTRYPOINT ["java", "-Dspring.profiles.active=live", "-jar", "/app.jar"] \ No newline at end of file