From e344b03485dc3c5b1d46c365b8d9ad85dcbec1a3 Mon Sep 17 00:00:00 2001 From: Marco Santos Date: Mon, 6 Jan 2025 14:35:30 +0000 Subject: [PATCH] Def Messagem jenkfins file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cff5132..56c3b42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ WORKDIR /app COPY --from=publish /app/publish . # Set environment variables -ENV ASPNETCORE_URLS=http://+:8080, http://+:443 +ENV ASPNETCORE_URLS=http://+:8080,https://+:443 ENV ASPNETCORE_ENVIRONMENT=Production ENTRYPOINT ["dotnet", "GeradoresWS.dll"] \ No newline at end of file