0.1 commit

This commit is contained in:
root 2025-11-23 19:02:38 -05:00
commit ab9607b7f1
8 changed files with 655 additions and 44 deletions

View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
IMAGE_NAME="$(basename "$(pwd)")"
echo "Building Docker image: ${IMAGE_NAME}:latest"
docker build -t "${IMAGE_NAME}:latest" .