Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
[HOTFIX]: Host 포트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sejineer committed Jan 10, 2024
1 parent f3d3b44 commit e0fee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

# 3. 최신 이미지를 컨테이너화하여 실행시킵니다
- name: docker run new container
run: sudo docker run --name finfellow --rm -d -p 80:8080 ${{ secrets.DOCKERHUB_USERNAME }}/finfellow
run: sudo docker run --name finfellow --rm -d -p 8080:8080 ${{ secrets.DOCKERHUB_USERNAME }}/finfellow

# 4. 미사용 이미지를 정리합니다
- name: delete old docker image
Expand Down

0 comments on commit e0fee87

Please sign in to comment.