Skip to content

Commit

Permalink
[#38] Update: docker-compose log added
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Nov 6, 2023
1 parent 8cafe8d commit defa4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ jobs:
sudo docker pull ${{ secrets.DOCKER_REPO }}/mappin-nginx
# Docker Compose 실행
sudo docker-compose up -d
sudo docker-compose up -d
sudo docker-compose logs -f
# 사용하지 않는 Docker 이미지 정리
sudo docker image prune -f

0 comments on commit defa4f7

Please sign in to comment.