Skip to content

Commit

Permalink
#318 fix: 도커 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sojungpp authored Jul 6, 2024
1 parent 9c1ada4 commit 64f9d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:11-jdk

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Asia/Seoul
RUN apk --no-cache add tzdata
RUN apt-get update && apt-get install -y tzdata

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

0 comments on commit 64f9d3d

Please sign in to comment.