Skip to content

Commit

Permalink
[#36] feat : cicd test
Browse files Browse the repository at this point in the history
  • Loading branch information
zzangoobrother committed Jul 9, 2023
1 parent 3e04e39 commit 1665b80
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 1665b80

Please sign in to comment.