Skip to content

Commit

Permalink
chore: Dockerfile 타임존 변경 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
fromitive authored and ChooSeoyeon committed Oct 11, 2024
1 parent 86b306f commit b9f3d3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM --platform=linux/arm64 amazoncorretto:17

ENV TZ=Asia/Seoul

COPY backend/build/libs/chongdae-0.0.1-SNAPSHOT.jar app.jar

ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit b9f3d3c

Please sign in to comment.