New simplified Chromebook centric branch, without volume mounting on home + new alpine container image (should work on any aarch64)

This commit is contained in:
mrkmntal 2025-11-27 14:04:03 -05:00
commit be80458918
5 changed files with 135 additions and 32 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" .