DotDockerbuilder10.sh: Default port change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user