fix: porta 8080 em prod após deploy #18

Merged
ricardo merged 1 commits from release/V1.0.0 into main 2025-05-28 01:57:33 +00:00

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