Skip to content

Commit

Permalink
#203 fix: Dockerfile 시간 설정 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeon1120 committed Dec 13, 2023
1 parent 17b96a2 commit dbe6119
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 apt-get install -y tzdata

COPY build/libs/psr-0.0.1-SNAPSHOT.jar app.jar
ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit dbe6119

Please sign in to comment.