Skip to content

Commit

Permalink
#203 fix: docker 시간 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeon1120 committed Dec 13, 2023
1 parent dbe6119 commit d4b2d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit d4b2d66

Please sign in to comment.