@echo "[⏳] Waiting for web container to be healthy..."
@timeout 90 bash -c '\
@timeout 30 bash -c '\
WEB_CONTAINER=$$($(DOCKER_COMPOSE) ps -q web); \
if [ -z "$$WEB_CONTAINER" ]; then \
echo "[❌] Could not detect web container!"; \
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.