fix: porta 8080 em prod após deploy

This commit is contained in:
Ricardo Carneiro 2025-05-27 22:56:59 -03:00
parent 5b67989599
commit 4f5777d6c1

View File

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