Skip to content

Commit

Permalink
feat: 도커파일 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin3263 committed Jul 18, 2024
1 parent db082a6 commit de6b104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amazoncorretto:17

ARG JAR_FILE=/build/libs/*.jar
ARG JAR_FILE=entry/web/build/libs/*.jar
COPY ${JAR_FILE} app.jar

ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit de6b104

Please sign in to comment.