#!/bin/sh

if ! docker network inspect "workspace" ; then
	 sleep 1s;
	 exit 0
fi

/usr/bin/bubble "$@"
