Skip to content

Commit

Permalink
feat: 도커파일 추가 (#445)
Browse files Browse the repository at this point in the history
* feat: 도커파일 추가

* feat: 도커파일 리뷰반영

* feat: 도커파일 리뷰반영2

* feat: 도커파일 테스트

* feat: 도커파일 테스트2

* feat: 도커파일 arm호환성 추가

* feat: 도커파일 arm호환성 추가2

* feat: 피드백 수정

---------

Co-authored-by: Jang Jun Young <police0022@naver.com>
(cherry picked from commit e738c47)
  • Loading branch information
johnny19991006 authored and Choi-JJunho committed May 9, 2024
1 parent cf0af7a commit 03bcd6f
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 amazoncorretto:17

WORKDIR /app

COPY ./build/libs/KOIN_API_V2.jar /app/app.jar

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

0 comments on commit 03bcd6f

Please sign in to comment.