Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 authored Jul 31, 2024
1 parent 55a7b24 commit 9be9b32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM corretto:17

ARG JAR_FILE=build/libs/*.jar

COPY build/libs/* application.jar

CMD ["java", "-Dfile.encoding=UTF-8", "-jar", "application.jar"]

0 comments on commit 9be9b32

Please sign in to comment.