Skip to content

Commit 3f713d0

Browse files
committed
chore: 도커 파일 수정
1 parent e7f90f0 commit 3f713d0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
FROM openjdk:21-jdk-slim
22

3-
# 타임존 설정
4-
RUN ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime && \
5-
echo "Asia/Seoul" > /etc/timezone
6-
7-
# JAR 복사
83
ARG JAR_FILE=build/libs/*.jar
94
COPY ${JAR_FILE} app.jar
105

11-
# 앱 실행
12-
#ENTRYPOINT ["java", "-jar", "/app.jar"]
136
ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul", "-jar", "/app.jar"]

0 commit comments

Comments
 (0)