Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jud1thDev authored Nov 10, 2024
1 parent b7af006 commit 2f6779c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bookduck/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ FROM openjdk:21-slim
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar

# 로컬 파일을 컨테이너에 복사
COPY ./bookduck/src/main/resources/mmc-bookduck-ocr.json /home/ubuntu/mmc-bookduck-ocr.json

EXPOSE 8080
ENTRYPOINT ["java", "-jar", "-Duser.timezone=Asia/Seoul", "app.jar"]

0 comments on commit 2f6779c

Please sign in to comment.