fix: ajuste de porta

This commit is contained in:
Ricardo Carneiro 2025-05-27 22:18:33 -03:00
parent 3a1497cdf5
commit 2784b6f2e2

View File

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