DotDockerbuilder10.sh: Default port change

This commit is contained in:
Karsten Jeppesen
2026-03-08 19:29:52 +01:00
parent 217b523b1d
commit 2f23227acf

View File

@@ -23,7 +23,7 @@ EOF
DIRECTORY=""
SOLUTION=""
PROJECT=""
EXPOSED_PORT="80"
EXPOSED_PORT="8080" # Since 2024, port 8080 is the standard web port for .NET
while [[ $# -gt 0 ]]; do
case $1 in