Skip to content

Commit

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

COPY src/main/resources/mmc-bookduck-ocr.json /app/src/main/resources/
COPY ./bookduck/src/main/resources /app/src/main/resources

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

0 comments on commit 0be5b04

Please sign in to comment.