# Target to run the server container using the host network
run:build
docker run -it --rm \
-v "$(pwd)/data":/data \
-v "$(shell pwd)/data":/data \
--network=host \
$(CLIENT_IMAGE)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.