fix: porta do dotnet
Some checks failed
Deploy ASP.NET MVC to OCI / build-and-deploy (push) Has been cancelled

This commit is contained in:
Ricardo Carneiro 2025-09-15 19:03:33 -03:00
parent 42f709b0e5
commit a5f2975bcb

View File

@ -145,7 +145,6 @@ jobs:
docker run -d \
--name convertit-staging \
--restart unless-stopped \
-p 8080:8080 \
--memory=1g \
--cpus=1.0 \
--health-cmd="curl -f http://localhost:8080/health || exit 1" \
@ -154,7 +153,7 @@ jobs:
--health-retries=3 \
--health-start-period=60s \
-e ASPNETCORE_ENVIRONMENT=Staging \
-e ASPNETCORE_URLS="http://+:8080" \
-e ASPNETCORE_URLS="http://+:8082" \
-e DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
-e DOTNET_USE_POLLING_FILE_WATCHER=true \
-e DOTNET_EnableDiagnostics=0 \