fix: ajustar porta

This commit is contained in:
Ricardo Carneiro 2025-05-27 23:00:07 -03:00
parent 4f5777d6c1
commit dffae34b28

View File

@ -100,7 +100,7 @@ jobs:
docker run -d \
--name ytextractor-api \
--restart unless-stopped \
-p 8080:8080 \
-p 8082:8080 \
-e ASPNETCORE_ENVIRONMENT=Production \
-v /tmp/ytextractor:/app/temp \
registry.redecarneir.us/ytextractor:latest