add docker logs

This commit is contained in:
Ashwin Bharambe 2025-10-20 13:10:00 -07:00
parent 96b543814e
commit a4d9b0e303
2 changed files with 5 additions and 2 deletions

View file

@ -236,7 +236,7 @@ start_container() {
echo "=== Starting Docker Container ==="
# Get the repo root for volume mount
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd)
REPO_ROOT=$(cd "$SCRIPT_DIR/.." && pwd)
# Determine the actual image name (may have localhost/ prefix)