Skip to content

Commit

Permalink
Merge pull request #186 from ItRecode/hotfix/BE-236
Browse files Browse the repository at this point in the history
[BE-236]  dockerfile에 ARG 수정
  • Loading branch information
Jaeyeop-Jung authored Mar 6, 2023
2 parents 4da96c4 + 77b018f commit c8d0d16
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
@@ -1,4 +1,4 @@
FROM adoptopenjdk/openjdk11
ARG JAR_FILE=target/*.jar
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit c8d0d16

Please sign in to comment.