From 9ce57d32f7ed4a6bb08cf2f6712fb7fa8f1bd5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B7=B9=EB=9D=BD=EC=BD=94=EB=94=A9?= <50691225+DongGeon0908@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:28:09 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a54b13e..995f479 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ COPY ${JAR_FILE} app.jar # 어플리케이션 실행 및 로그 출력 #CMD nohup java -jar /app.jar > stdout.log 2> stderr.log & -ENTRYPOINT ["java","-jar","/app.jar"] +ENTRYPOINT ["java","-Dspring.profiles.active=prod","-jar","/app.jar"]