From f9d117857bd261b98d5dae59a5f14a29d314e2bf Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 26 Jul 2025 22:25:41 -0500 Subject: [PATCH] Add bash shebang to build-single.sh --- build-single.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-single.sh b/build-single.sh index 9c1aabb..770e776 100755 --- a/build-single.sh +++ b/build-single.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + TARGET_NAME="$1-$2" DOCKERFILE="Dockerfile.$1.$2"