fix: porta docker
All checks were successful
Deploy ASP.NET MVC to OCI / build-and-deploy (push) Successful in 4m37s

This commit is contained in:
Ricardo Carneiro 2025-09-15 18:08:24 -03:00
parent 205c6b027c
commit 42f709b0e5

View File

@ -93,6 +93,7 @@ jobs:
docker run -d \ docker run -d \
--name convertit \ --name convertit \
--restart unless-stopped \ --restart unless-stopped \
-p 8082:8080 \
--network host \ --network host \
--memory=2g \ --memory=2g \
--cpus=1.5 \ --cpus=1.5 \