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>
  • Loading branch information
2 people authored and Choi-JJunho committed May 9, 2024
1 parent 96ed426 commit afe1007
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 afe1007

Please sign in to comment.