Skip to content

Commit

Permalink
fix: Dockerfile jar 빌드 경로 재수정
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Oct 15, 2023
1 parent b84a6c8 commit 81f8273
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 @@ -9,6 +9,6 @@ ARG JAVA_OPTS
ARG RELEASE_VERSION
ENV DD_VERSION=${RELEASE_VERSION}

ARG JAR_FILE="./build/libs/*.jar"
ARG JAR_FILE="build/libs/*.jar"
COPY ./build/libs/*.jar app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit 81f8273

Please sign in to comment.