#!/bin/bash
# kent-tip - open a login shell inside the kent-tip docker browser container.
# refs #37655
exec docker exec -it kent-tip bash -l
