From 1b6c6c579d503e3b0040d52065db3e7cdfec53f9 Mon Sep 17 00:00:00 2001 From: Leeforgiveness Date: Mon, 2 Jun 2025 19:55:23 +0900 Subject: [PATCH] =?UTF-8?q?feat:=ED=83=80=EC=9E=84=EC=A1=B4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 60d535a..dabe313 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM openjdk:17-jdk-slim +# 타임존 설정 +ENV TZ=Asia/Seoul WORKDIR /app COPY build/libs/*.jar app.jar CMD ["java", "-jar", "app.jar"] \ No newline at end of file