docker run --rm -t -v $(PWD):/opt/app -p 8080:8080 \
--add-host=miti.sh=127.0.0.1 \
--add-host=webdevcat.me=127.0.0.1 \
$(image)
busted:
docker run --rm -t -w /opt/app -v $(PWD):/opt/app $(image) busted
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.