From a18beb2726d20e3952bfa48467036b7b9180259d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A4=EC=97=AC=EC=A4=80?= <30434779+Yun-YeoJun@users.noreply.github.com> Date: Thu, 6 Mar 2025 23:33:56 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20Dockerfile=20=EC=98=A4=ED=83=80=20?= =?UTF-8?q?=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 4d5f0ba..51b850c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ ARG JAR_FILE=build/libs/earlybird-server.jar COPY ${JAR_FILE} app.jar RUN apt-get update && apt-get install -y tzdata \ && ln -snf /usr/share/zoneinfo/Asia/Seoul /etc/localtime \ - && echo "Asia/Seoul" > /etc/timezone \ + && echo "Asia/Seoul" > /etc/timezone EXPOSE 8080 ENTRYPOINT ["java", "-jar", "/app.jar"] \ No newline at end of file