Skip to content

Commit

Permalink
ci: deploy.sh 의 docker 명령어에 sudo 권한 부여
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyum-Kim committed Aug 5, 2023
1 parent dcf8079 commit aaf24d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ if [ -n "$EXIST_AFTER" ]; then
echo "$BEFORE_COMPOSE_COLOR down"
fi

echo "Start removing existing image"
docker rmi $(docker images -f "dangling=true" -q)
echo "> Start removing existing image"
sudo docker rmi $(docker images -f "dangling=true" -q)

0 comments on commit aaf24d4

Please sign in to comment.