Skip to content

Commit

Permalink
Chore: Dockerfile 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yso8296 committed Nov 12, 2024
1 parent 932eb34 commit ce27fd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM eclipse-temurin:21-jdk-alpine

COPY ./build/libs/*SNAPSHOT.jar project.jar

ENTRYPOINT ["java", "-jar", "project.jar"]

0 comments on commit ce27fd0

Please sign in to comment.