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