#!/bin/bash # Simple script to run the application or keep the container alive echo "Antigravity Docker Sandbox is starting..." echo "Ubuntu environment with antigravity package is ready" echo "You can now use the antigravity command in this sandbox" # Keep the container running exec tail -f /dev/null