Skip to content

Commit

Permalink
chore: 배치 ci/cd 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin3263 committed Aug 10, 2024
1 parent b5c4f82 commit 065d489
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions entry/batch/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM amazoncorretto:17

ARG JAR_FILE=entry/batch/build/libs/*.jar
COPY ${JAR_FILE} app.jar

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

0 comments on commit 065d489

Please sign in to comment.