-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] #137 - 도커파일에 GC 로그 출력 관련 설정, ECR에 푸시하는 명령 기타 필요없는 부분 수정
- Loading branch information
odls
authored and
odls
committed
Dec 4, 2024
1 parent
227e158
commit 1d08793
Showing
2 changed files
with
6 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,4 +1,4 @@ | ||
#!/bin/bash | ||
# ECR Push Script | ||
docker tag wooribound/server:latest ${REGISTRY_URI}/wooribound:server-latest | ||
docker push ${REGISTRY_URI}/wooribound:server-latest | ||
docker push ${REGISTRY_URI}/wooribound:server-latest |