-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: actions 적용 브랜치 설정 * chore: path 및 ref 태그 제거 * chore: working-directory 태그 추가 * chore: Dockerfile jar 경로 수정
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM --platform=linux/arm64 amazoncorretto:17 | ||
|
||
COPY build/libs/chongdae-0.0.1-SNAPSHOT.jar app.jar | ||
COPY backend/build/libs/chongdae-0.0.1-SNAPSHOT.jar app.jar | ||
|
||
ENTRYPOINT ["java", "-jar", "/app.jar"] |