From fefc086ed2579241be7b9df5ef9b1770f28496c0 Mon Sep 17 00:00:00 2001 From: b3ni15 Date: Mon, 7 Jul 2025 00:29:28 +0200 Subject: [PATCH] Remove redundant comment from build script --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index f324532..544adad 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,5 @@ #!/bin/bash -# Build the Docker image echo "Building Wine + .NET SDK Docker image..." docker build -t wine-dotnet:latest .