Skip to content

Commit

Permalink
[FIX] docker 스크립트 권한 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
siyeonkm committed Sep 27, 2023
1 parent 3f5882b commit 6a55a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ else
echo "> 현재 실행중인 도커 컨테이너가 없습니다."
fi

sudo docker rm -f $(docker ps -aq)
sudo docker rmi $(sudo docker images -q)
sudo docker rm -f $(sudo docker ps -aq)
sudo docker rmi -f $(sudo docker images -q)

0 comments on commit 6a55a4d

Please sign in to comment.