Skip to content

Commit

Permalink
Merge pull request #95 from Team-Shaka/refactor/92
Browse files Browse the repository at this point in the history
📝 Dockerfile에 시간대 설정 추가
  • Loading branch information
koojun99 authored Aug 7, 2024
2 parents d2f3d39 + 0945323 commit e290f63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ COPY ${JAR_FILE} app.jar

# 최종 이미지 생성
FROM eclipse-temurin:17-jdk

# 시간대 설정 추가
ENV TZ=Asia/Seoul

COPY --from=0 app.jar app.jar

# 애플리케이션 실행 스크립트 추가
Expand Down

0 comments on commit e290f63

Please sign in to comment.