Remove redundant comment from build script

This commit is contained in:
2025-07-07 00:29:28 +02:00
parent a8c0bce094
commit fefc086ed2

View File

@@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
# Build the Docker image
echo "Building Wine + .NET SDK Docker image..." echo "Building Wine + .NET SDK Docker image..."
docker build -t wine-dotnet:latest . docker build -t wine-dotnet:latest .