From d4b2d66056e2ea7988ffca5656c97797e559dfc9 Mon Sep 17 00:00:00 2001 From: psyeon1120 Date: Wed, 13 Dec 2023 18:38:50 +0900 Subject: [PATCH] =?UTF-8?q?#203=20fix:=20docker=20=EC=8B=9C=EA=B0=84=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3199ead..01ca19b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM openjdk:17-alpine -#ARG DEBIAN_FRONTEND=noninteractive -#ENV TZ=Asia/Seoul -#RUN apt-get install -y tzdata +ARG DEBIAN_FRONTEND=noninteractive +ENV TZ=Asia/Seoul +RUN apk --no-cache add tzdata COPY build/libs/psr-0.0.1-SNAPSHOT.jar app.jar ENTRYPOINT ["java", "-jar", "app.jar"] \ No newline at end of file