#!/usr/bin/env python3
import os
os.system("docker compose run secure-bash /bin/bash")
exit(0)