Skip to content

Commit

Permalink
fix: Fix removing stopped containers during deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Jan 31, 2024
1 parent 01a98f2 commit ef61414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then

# removes stopped container
echo "Removing stopped container..."
docker rm $1
docker rm -f $1
echo "Container removed."
fi

Expand Down

0 comments on commit ef61414

Please sign in to comment.