Skip to content

Commit

Permalink
Merge pull request #96 from JNU-econovation/feat/infra-63-cd
Browse files Browse the repository at this point in the history
fix: Dockerfile 내부 jar파일 빌드 경로 수정
  • Loading branch information
capDoYeonLee authored Oct 15, 2023
2 parents 478afad + b84a6c8 commit 96f278b
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 96f278b

Please sign in to comment.