Skip to content

Commit

Permalink
Merge pull request #39 from f-lab-edu/feature/36
Browse files Browse the repository at this point in the history
[#36] feat : cicd test
  • Loading branch information
zzangoobrother authored Jul 9, 2023
2 parents 4473c7d + 1665b80 commit 9c943db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:17

ARG JAR_FILE_PATH=build/libs/*.jar
ARG JAR_FILE_PATH=goodchoice/build/libs/*.jar

COPY ${JAR_FILE_PATH} /app.jar
COPY ${JAR_FILE_PATH} ./app.jar

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

0 comments on commit 9c943db

Please sign in to comment.